mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 20:05:07 -05:00
Add support for debug messages
Add new DEBUG_LOG macro for debug messages. The messages are enabled when compiled with --enable-debug and they are printed when the -d option is used twice.
This commit is contained in:
@@ -992,7 +992,8 @@ terminal.
|
||||
@item -d
|
||||
When run in this mode, the program will not detach itself from the
|
||||
terminal, and all messages will be sent to the terminal instead of to
|
||||
syslog.
|
||||
syslog. When @code{chronyd} was compiled with debugging support,
|
||||
this option can be used twice to print also debugging messages.
|
||||
@item -f <conf-file>
|
||||
This option can be used to specify an alternate location for the
|
||||
configuration file (default @file{@SYSCONFDIR@/chrony.conf}).
|
||||
|
||||
Reference in New Issue
Block a user