delete log

This commit is contained in:
James Moffet
2022-07-19 18:49:05 -07:00
parent b07ad873e8
commit 6c60183a10
2 changed files with 0 additions and 22 deletions

View File

@@ -9,19 +9,9 @@ class StatusApiClient(NotifyAdminAPIClient):
# @cache.set('live-service-and-organisation-counts', ttl_in_seconds=3600)
def get_count_of_live_services_and_organisations(self):
current_app.logger.info("Getting count of live services and organisations")
current_app.logger.info("Redis url from config is: {}".format(current_app.config['REDIS_URL']))
current_app.logger.info("Redis url from env is: {}".format( os.environ.get('REDIS_URL') ))
current_app.logger.info("Redis enabled from config is: {}".format(current_app.config['REDIS_ENABLED']))
current_app.logger.info("Redis enabled from env is: {}".format( os.environ.get('REDIS_ENABLED') ))
return self.get(url='/_status/live-service-and-organisation-counts')
def get_services(self):
current_app.logger.info("Getting count of live services and organisations")
current_app.logger.info("Redis url from config is: {}".format(current_app.config['REDIS_URL']))
current_app.logger.info("Redis url from env is: {}".format( os.environ.get('REDIS_URL') ))
current_app.logger.info("Redis enabled from config is: {}".format(current_app.config['REDIS_ENABLED']))
current_app.logger.info("Redis enabled from env is: {}".format( os.environ.get('REDIS_ENABLED') ))
return self.get(url='/service')

View File

@@ -1,12 +0,0 @@
Logging configured
Logging configured
Logging configured
Logging configured again
Logging configured
Logging configured again
Logging configured
Logging configured again
Logging configured
Logging configured again
Logging configured
Logging configured again