Fix logging (#760)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 10 Jul 2023 11:04:40 +0000 (13:04 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 11:04:40 +0000 (13:04 +0200)
commit6f507e55f2c1d72ba93ffe475e7a5c252719c776
tree72d431c38dfd56c7ac9d3af90fe264338800a73c
parent230a73a62cd254fe3dfce03e833dcf38c93fe436
Fix logging (#760)

* Fix log handling

* add endpoints to get the log
music_assistant/__main__.py
music_assistant/server/controllers/webserver.py
music_assistant/server/helpers/logging.py [new file with mode: 0644]
music_assistant/server/models/provider.py
music_assistant/server/providers/chromecast/__init__.py
music_assistant/server/providers/dlna/__init__.py
music_assistant/server/server.py
pyproject.toml
requirements_all.txt