4.5.5 Debugging Options
- -x
- --debug=level
Set debug verbosity level. The level argument is an integer ranging from ‘0’ (no debugging) to ‘100’ (maximum debugging information).
- --no-transcript
Disable transcript mode. This is the default. Use this option if you wish to temporarily disable transcript mode, enabled in the configuration file (see transcript).
- -T
- --transcript
Enable session transcript. This instructs
dicod
to log all commands it receives and all responses it sends during the session. Transcript is logged via the default logging channel (see Logging and Debugging). If logging via syslog, the ‘debug’ priority is used.See also Session Transcript, for a description of the similar mode in
dico
, the client program.- --source-info
Include source line information in the debugging output.
- --trace-grammar
Trace parsing of the config file.
- --trace-lex
Trace the configuration file lexer.