logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ha_logger - Log a message to files and/or syslog through the HA Logging Daemon

Authors

AlanRobertson <alanr@unix.sh>
           ha_logd

       GuochunShi <gshi@ncsa.uiuc.edu>
           ha_logd

       Marowsky-BreeLars <lmb@suse.de>
           ha_logd

       FlorianHaas <florian.haas@linbit.com>
           man page

cluster-glue 1.0.12                             December 8, 2009                                    HA_LOGGER(8)

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...

See Also