compared with
Version 3 by Ethan Lively
on Jul 07, 2020 14:53.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
log4j.rootLogger=INFO, LOGFILE {code}

h4. {color:#000000}{+}To redirect server.log output to{+}{color} {color:#000000}{*}{+}ONLY{+}{*}{color} {color:#000000}{+}syslog{+}{color} to{color} {color:#000000}{*}ONLY{*}{color} {color:#000000}syslog{color} {color:#000000}, set the log destination options like this example, in log4j.properties:{color}
{code}# 3 defined output destination for logs are console, log file and unix syslog. Appenders for 3 have been defined as
# STDOUT, LOGFILE and SYSLOG. Logging to log file is enabled by default.
{color:#000000}Save and exit the file, and restart the Backup Manager service.{color}

h4. {color:#000000}To redirect server.log output to{color} {color:#000000}{*}BOTH server.log and{*}{color}{color:#000000}* *{color}{color:#000000}{+}syslog{+}{color} and{*}{color}{color:#000000}* *{color}{color:#000000}syslog{color} {color:#000000}, set the log destination options like this example, in log4j.properties:{color}
{code}# 3 defined output destination for logs are console, log file and unix syslog. Appenders for 3 have been defined as
# STDOUT, LOGFILE and SYSLOG. Logging to log file is enabled by default.