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
Commit 8d635c3 removed the use of the log file. This wasn't mentioned as part of the PR or release notes.
Please could the log file be restored? The config loading code wasn't modified and the example configs still imply the log file is used.
If removing the log file was intentional please:
LogFile
LogMessages: true
debug
warning
The text was updated successfully, but these errors were encountered:
#197 Fix Logging issues
5668414
Merge pull request #207 from p4tin/loggingFixes
7aca39e
Fixed in v0.2.2
Sorry, something went wrong.
No branches or pull requests
Commit 8d635c3 removed the use of the log file. This wasn't mentioned as part of the PR or release notes.
Please could the log file be restored? The config loading code wasn't modified and the example configs still imply the log file is used.
If removing the log file was intentional please:
LogFile
orLogMessages: true
in the config file so that users are aware of the changedebug
is too noisy and the default ofwarning
does not display messages.The text was updated successfully, but these errors were encountered: