add: mopidy config (encrypted due to credentials)

This commit is contained in:
Tobias Reisinger 2020-03-19 14:43:29 +01:00
parent e200e88a35
commit af7c310c36
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,21 @@
[loggers]
keys = root
[handlers]
keys = fileHandler
[formatters]
keys = simpleFormatter
[logger_root]
handlers = fileHandler
[handler_fileHandler]
class = FileHandler
formatter = simpleFormatter
level = INFO
args = ('$XDG_CACHE_DIR/mopidy/mopidy.log',)
[formatter_simpleFormatter]
format = %(asctime)s %(levelname)s [%(process)d:%(threadName)s] %(name)s: %(message)s
datefmt =

Binary file not shown.