mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-19 05:53:51 -04:00
delete log
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user