Skip to content

Commit

Permalink
Merge pull request #3299 from nickanderson/CFE-4413/3.21
Browse files Browse the repository at this point in the history
CFE-4413: Added documentation for log level influencing signals for cf-serverd (3.21)
  • Loading branch information
nickanderson authored Jun 28, 2024
2 parents 4faea81 + b9ebc74 commit d4c3bad
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 d4c3bad

Please sign in to comment.