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
As of 5.20, users can increase the log level at runtime, with the following commands for backends and agents:
kill -s SIGUSR1 $(pidof sensu-backend) kill -s SIGUSR1 $(pidof sensu-agent)
This is an issue with:
https://docs.sensu.io/sensu-go/latest/guides/troubleshooting/#log-levels
sensu/sensu-go#3685
The text was updated successfully, but these errors were encountered:
hillaryfraley
Successfully merging a pull request may close this issue.
Description
As of 5.20, users can increase the log level at runtime, with the following commands for backends and agents:
Category
This is an issue with:
Affected pages
https://docs.sensu.io/sensu-go/latest/guides/troubleshooting/#log-levels
Additional context
sensu/sensu-go#3685
The text was updated successfully, but these errors were encountered: