This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
aix:syslog_conf [2023/06/08 17:34] manu |
aix:syslog_conf [2025/10/01 16:27] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Syslog ====== | ====== Syslog ====== | ||
| - | If the server does not act as a central syslog server, suppress the logging of messages | + | **Parameters:** |
| - | originating from remote servers: | + | * 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" | + | |
| + | 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. | ||