Skip to content

Commit

Permalink
Added documentation for log level influencing signals for cf-serverd
Browse files Browse the repository at this point in the history
Ticket: CFE-4413
Changelog: None
  • Loading branch information
nickanderson committed Jun 28, 2024
1 parent 01ff10a commit fab263f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference/components/cf-serverd.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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

0 comments on commit fab263f

Please sign in to comment.