Logging PPP information
Debugging information about SCO PPP activities is
available from
syslog(SLIB)
and at the system console.
This section describes what information is available and where.
See
``Troubleshooting PPP''
for help in interpreting and using this information.
PPP debugging information is generated by three sources:
To change the debug value of an established link, enter the
following command:
ifconfig interface debug debug_number
interface must be an established PPP interface such as ppp0 and debug_number a value of 0, 1, or 2.
To turn on logging of ``info'' messages, enter the following command:
kill -16 `cat /etc/pppd.pid`
To turn off logging of ``info'' messages:
kill -17 `cat /etc/pppd.pid`
These commands also affect the logging of UUCP activity.
The UUCP logging level is increased by 1 up to a maximum of 9,
each time you enter the following command:
kill -16 `cat /etc/pppd.pid`
To turn off UUCP logging, enter:
kill -17 `cat /etc/pppd.pid`.
See also: