From 6c60183a1082bd407a1d532e9476bd1624a14b92 Mon Sep 17 00:00:00 2001 From: James Moffet Date: Tue, 19 Jul 2022 18:49:05 -0700 Subject: [PATCH] delete log --- app/notify_client/status_api_client.py | 10 ---------- application.log.json | 12 ------------ 2 files changed, 22 deletions(-) delete mode 100644 application.log.json diff --git a/app/notify_client/status_api_client.py b/app/notify_client/status_api_client.py index 4f883ec4d..ef4923517 100644 --- a/app/notify_client/status_api_client.py +++ b/app/notify_client/status_api_client.py @@ -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') diff --git a/application.log.json b/application.log.json deleted file mode 100644 index 4ed2ff25e..000000000 --- a/application.log.json +++ /dev/null @@ -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