Fixing flow for mopidy scrobble

This commit is contained in:
2023-01-15 01:20:18 -05:00
parent 499546503c
commit 290e6dc8d9
3 changed files with 24 additions and 28 deletions

View File

@ -308,6 +308,7 @@ LOGGING = {
"propagate": True,
},
"django.db.backends": {"handlers": ["null"]},
"django.server": {"handlers": ["null"]},
"vrobbler": {
"handlers": ["console", "file"],
"propagate": True,