summaryrefslogtreecommitdiff
path: root/cliapp.5
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-08 08:13:41 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-08 08:13:41 +0100
commitfdf55ef1b481cc6c251d6c719744d2204fae5828 (patch)
treed1bd97527e57ece214606bca9cfcbf1b9a5e6389 /cliapp.5
parent90df19c46a1e4a075afc11da3627d0fba5066bc0 (diff)
downloadcliapp-fdf55ef1b481cc6c251d6c719744d2204fae5828.tar.gz
Mention --trace in cliapp(5) logging section
Diffstat (limited to 'cliapp.5')
-rw-r--r--cliapp.514
1 files changed, 14 insertions, 0 deletions
diff --git a/cliapp.5 b/cliapp.5
index c668b6e..2b114fb 100644
--- a/cliapp.5
+++ b/cliapp.5
@@ -115,6 +115,20 @@ output for options starting with
for details.
Logging can happen to a file or the system log.
Log files can be rotated automatically based on size.
+.PP
+The
+.B \-\-trace
+option enables additional debug logging,
+which is usually only useful for programmers.
+The option configures the
+.B tracing
+library for Python,
+by Lars Wirzenius,
+which allows logging values of variables and other debug information in a
+way that is very lightweight when the tracing is turned off.
+The option specifies for which source code files to turn on tracing.
+The actual logging happens via the normal Python logging facilities,
+at the debug level.
.SH FILES
.B cliapp
reads a list of configuration files at startup,