philippe44 / SpotConnect

Turn any UPnP or AirPlay player into a Spotify Connect device
MIT License
66 stars 3 forks source link

Log level options don't appear to have any effect #11

Closed nano9g closed 11 months ago

nano9g commented 11 months ago

When log levels are set via command line or config file, they don't seem to be respected.

I would expect this command to disable the majority of the logging:

/var/lib/spoconnect/spotraop-linux-aarch64-static -d all=error

Even with that, the log is still full of "I" and "D" messages from the various components.

philippe44 commented 11 months ago

Isn't it just the logs related to core Spotify events? It's probably due to the cspot component where I can't disable logs

nano9g commented 11 months ago

Yes, these are from cspot. Thanks for the explanation!