InnoTecSol >ICS >ICS Version: 0.4.8888 Documentation >ics trace
ICS Version: 0.4.8888
ics trace

The internet communication server writes traces to log detailed error information either to the standard output or to a configured file. The level of details written can be configured.

The traces can help to analyse error situations.

The trace writer can be configured via following ICS command line options:

[-|/]t
trace level to use (0=none, 7=default, 15=warn, 31=details, 63=verbose, 1023=debug, 2047=all)
[-|/]trc
trace file to use

Trace level

The trace level specifies how many information is written to the trace file. Increasing the level slows down the server therefore as default only info and error information is written. However in certain cases it might be required to increase the trace level to reproduce an error situation obtaining information for further analyses.

Trace writer destination

The traces are written to the standard output if no trace file is specified via the [-|/]trc option. If a trace file is specified it will be created or if already exists opened with the umask that applies to the directory.