Working with error logs
pddisable -c log servername:default_error
To start using an error, issue this command:
pdenable -c log servername:default_error
To stop an error.log
from wrapping, you can do one of two things:
- Issue this pdset command from the command line:
pdset -c loc -x log-wrap=false servername:default_error
- Copy
/usr/lpp/pd/bin/spl_error.cfg
to/var/pd/spl_error.cfg
and changelog-wrap=true
tolog-wrap=false
.
- Note:
- Changes made with pdset or to the
spl_error.cfg
file are persistent across runs, that is starts and stops of the pdserver. - These changes can also be made on the
spl_trace.cfg
trace logs. The trace object is calleddefault_trace
. Enabling the InfoPrint Manager tracing mechanism might impact the server performance. Enable it only at the request of a Service Representative.