add: mopidy config (encrypted due to credentials)
This commit is contained in:
parent
e200e88a35
commit
af7c310c36
2 changed files with 21 additions and 0 deletions
21
.config/mopidy/logging.conf
Normal file
21
.config/mopidy/logging.conf
Normal 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 =
|
BIN
.config/mopidy/mopidy.conf.gpg
Normal file
BIN
.config/mopidy/mopidy.conf.gpg
Normal file
Binary file not shown.
Loading…
Reference in a new issue