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

CFE-4413: Added documentation for log level influencing signals for cf-serverd (3.18) #3300

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions reference/components/cf-serverd.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ affected by `common` and `server` control bodies.
* This daemon reloads it's config when the SIGHUP signal is received.
* If `enable_report_dumps` exists in `WORKDIR` (`/var/cfengine/enable_report_dumps`) `cf-serverd` will log reports provided to `cf-hub` to `WORKDIR/diagnostics/report_dump` (`/var/cfengine/diagnostics/report_dumps`). This data is useful when troubleshooting reporting issues with CFEngine Enterprise.
* `cf-serverd` always considers the class ```server``` to be defined.
* `SIGUSR1` sets the log level to debug.
* `SIGUSR2` sets the log level to notice.

**History:**

Expand Down
Loading