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

Add commands for increasing log level at runtime #2394

Closed
1 of 4 tasks
hillaryfraley opened this issue Apr 24, 2020 · 0 comments · Fixed by #2406
Closed
1 of 4 tasks

Add commands for increasing log level at runtime #2394

hillaryfraley opened this issue Apr 24, 2020 · 0 comments · Fixed by #2406
Assignees
Labels
update Add to or refresh existing info
Milestone

Comments

@hillaryfraley
Copy link
Contributor

Description

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)

Category

This is an issue with:

  • errata (error in doc content)
  • new doc (requires a completely new doc)
  • update (add missing or refresh existing content)
  • improvement (improve docs content or format)

Affected pages

https://docs.sensu.io/sensu-go/latest/guides/troubleshooting/#log-levels

Additional context

sensu/sensu-go#3685

@hillaryfraley hillaryfraley added the update Add to or refresh existing info label Apr 24, 2020
@hillaryfraley hillaryfraley added this to the 5.20.0 milestone Apr 24, 2020
@hillaryfraley hillaryfraley self-assigned this Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update Add to or refresh existing info
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant