diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-14 08:42:51 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-14 08:42:51 +0100 |
commit | 29e8c99a7a028ba729bb0f910611efa13f94cd35 (patch) | |
tree | d66ead6075c9abd5acbe504665292cc9dd6c94dc /doc/debug.html | |
parent | 1bc864bfcdd7e57d3c049a1f5a8cd66c59c08b7a (diff) | |
parent | 8d28cc6894828fd49b909cbbd0bd9ce818f00176 (diff) | |
download | rsyslog-29e8c99a7a028ba729bb0f910611efa13f94cd35.tar.gz rsyslog-29e8c99a7a028ba729bb0f910611efa13f94cd35.tar.bz2 rsyslog-29e8c99a7a028ba729bb0f910611efa13f94cd35.zip |
Merge branch 'v7-stable-libnet-frag'
Conflicts:
ChangeLog
Diffstat (limited to 'doc/debug.html')
-rw-r--r-- | doc/debug.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/debug.html b/doc/debug.html index 6aeb7975..8b104d80 100644 --- a/doc/debug.html +++ b/doc/debug.html @@ -49,6 +49,11 @@ FileTrace=vm.c FileTrace=expr.c"</li> <li><b>Debug</b> - if present, turns on the debug system and enables debug output <li><b>DebugOnDemand</b> - if present, turns on the debug system but does not enable debug output itself. You need to send SIGUSR1 to turn it on when desired. +<li><b>OutputTidToStderr</b> - if present, makes rsyslog output information about +the thread id (tid) of newly create processesto stderr. Note that not necessarily +all new threads are reported (depends on the code, e.g. of plugins). This is +only available under Linux. This usually does NOT work when privileges have +been dropped (that's not a bug, but the way it is). <li><b>help</b> - display a very short list of commands - hopefully a life saver if you can't access the documentation...</li> </ul> </ul> |