aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mopidy/logging.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mopidy/logging.conf')
-rw-r--r--testing/mopidy/logging.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/mopidy/logging.conf b/testing/mopidy/logging.conf
deleted file mode 100644
index 777e93b8a0..0000000000
--- a/testing/mopidy/logging.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-[loggers]
-keys = root
-
-[handlers]
-keys = fileHandler
-
-[formatters]
-keys = simpleFormatter
-
-[logger_root]
-handlers = fileHandler
-
-[handler_fileHandler]
-class = FileHandler
-formatter = simpleFormatter
-level = INFO
-args = ('/var/log/mopidy/mopidy.log',)
-
-[formatter_simpleFormatter]
-format = %(asctime)s %(levelname)s [%(process)d:%(threadName)s] %(name)s: %(message)s
-datefmt =