ha_logger - Log a message to files and/or syslog through the HA Logging Daemon
Contents
Description
ha_logger is used to log a message to files/syslog through the HA Logging Daemon.
Name
ha_logger - Log a message to files and/or syslog through the HA Logging Daemon
Options
The following options are supported:
-D ha-log|ha-debug
Log the message to different files. ha-log will log the message to the log file and the debug file,
while ha-debug will log the message to the debug file only.
-ttag
Mark every line in the log with the specified tag.
message
The message that should be logged.
See Also
heartbeat(8), ha_logd(8)
Synopsis
ha_logger [-D [ha-log] | [ha-debug]] [-ttag] message...
