summarylogtreecommitdiffstats
path: root/reduce-logging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'reduce-logging.patch')
-rw-r--r--reduce-logging.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/reduce-logging.patch b/reduce-logging.patch
deleted file mode 100644
index f2b9ee2c383d..000000000000
--- a/reduce-logging.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/RadioTray.py b/src/RadioTray.py
-index cc6eec2..77f738a 100644
---- a/src/RadioTray.py
-+++ b/src/RadioTray.py
-@@ -167,7 +167,7 @@ class RadioTray(object):
- def configLogging(self):
- # config logging
- self.logger = logging.getLogger('radiotray')
-- self.logger.setLevel(logging.DEBUG)
-+ self.logger.setLevel(logging.WARN)
- handler = logging.handlers.RotatingFileHandler(LOGFILE, maxBytes=2000000, backupCount=1)
- formatter = logging.Formatter('%(asctime)s - %(levelname)s - %(message)s')
- handler.setFormatter(formatter)