This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
aix:syslog_conf [2022/11/07 13:02] manu |
aix:syslog_conf [2025/10/01 16:27] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Syslog ====== | ====== Syslog ====== | ||
| + | |||
| + | **Parameters:** | ||
| + | * If the server does not act as a central syslog server, suppress the logging of messages originating from remote servers: | ||
| + | |||
| + | chssys -s syslogd -a "-r" | ||
| + | |||
| + | * Suppresses the "Message forwarded from <log_host_name>: " string added to the beginning of the syslog message that is forwarded to a remote log host. | ||
| + | |||
| + | chssys -s syslogd -a "-r -n" | ||
| You can have more system logs than the errlog (errpt), you can activate syslog daemon. Logs files are text fomat. | You can have more system logs than the errlog (errpt), you can activate syslog daemon. Logs files are text fomat. | ||