We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--loglevel
11.0.2
11.0.1
.\butler-sos.exe --configfile .\butler-sos-config.yaml --loglevel verbose throws error
.\butler-sos.exe --configfile .\butler-sos-config.yaml --loglevel verbose
Error: Can not update runtime configuration property: "logLevel". Configuration objects are immutable unless ALLOW_CONFIG_MUTATIONS is set
Possible solution is to set that env variable early during startup.
Command line parameters should work.
The text was updated successfully, but these errors were encountered:
45733c9
Successfully merging a pull request may close this issue.
What version of Butler SOS are you using?
11.0.2
Which version(s) of Butler SOS work for you?
11.0.1
What version of Node.js are you using? Not applicable if you use the standalone version of Butler SOS.
What operating system are you using?
What CPU architecture are you using?
What Qlik Sense versions are you using?
Describe the Bug
.\butler-sos.exe --configfile .\butler-sos-config.yaml --loglevel verbose
throws errorPossible solution is to set that env variable early during startup.
Expected Behavior
Command line parameters should work.
To Reproduce
The text was updated successfully, but these errors were encountered: