This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 28 lines
!!! Overview
[{$pagename}] is the primary [logging] for the most [Linux]/[Unix] [Operating System] as configured in the /etc/syslog.conf file.
When debugging be sure "[debug]" priority messages are logged somewhere from /etc/syslog.conf
syslog [debug] Example:
Something like the following usually works well:
{{{
*.debug /tmp/syslog.out rotate size 100k files 4
or
*.debug /var/log/messages
}}}These will produce messages at [debug] priority that will be syslogged.
!! Restart syslogd
Following syslog changes, you will probably need to restart ot refresh syslogd.
The process varies by OS Platform.
! [Linux] and [Solaris] ! [AIX]
On AIX you can, usually use:
{{{
stopsrc -s syslogd;startsrc -s syslogd
}}}
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]