Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

librespot hardcoded to run the --verbose flag? #1292

Open
ncsufan8628 opened this issue Oct 17, 2024 · 0 comments
Open

librespot hardcoded to run the --verbose flag? #1292

ncsufan8628 opened this issue Oct 17, 2024 · 0 comments

Comments

@ncsufan8628
Copy link

Describe the bug

librespot seems to be hardcoded to run --verbose when launched via snapserver.conf. It ignores params=--quiet

Steps to Reproduce

  1. add params=--quiet to snapserver config
  2. launch snapserver

Environment details

  • OS: Alpine Linux, via docker
  • Snapcast version 29
  • official apk repo for alpine.

Attach logfile if applicable

2024-10-17 18-04-05.158 [Warn] (librespot) `--verbose` and `--quiet` are mutually exclusive. Logging can not be both verbose and quiet. Using verbose mode.

it seems like this file, line 100 may be what is hardcoding the --verbose flag. Is this intentional? Any way to allow us to override the default of --verbose if theres a --quiet set in the snapserver.conf?

params_ += " --verbose";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant