From 4f9fd5de4070c1b06866ba5109cbbbc35d6f5d98 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 26 Nov 2013 14:37:43 +0100 Subject: [PATCH] Add documentation for setdebug options --- docs/manuals/en/console/bconsole.tex | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/manuals/en/console/bconsole.tex b/docs/manuals/en/console/bconsole.tex index fb1c2bf7..0581121c 100644 --- a/docs/manuals/en/console/bconsole.tex +++ b/docs/manuals/en/console/bconsole.tex @@ -1065,8 +1065,7 @@ setbandwidth limit= [ jobid= | client= ] This command is used to set the debug level in each daemon. The form of this command is: \begin{lstlisting} -setdebug level=nn [trace=0/1 client= | dir | director | - storage= | all] +setdebug level=nn [trace=0/1 client= | dir | director | storage= | all | options=0cidtTlp ] \end{lstlisting} If \texttt{trace=1} is set, then tracing will be enabled, and the daemon will be placed in trace mode, which means that all debug output as set by the @@ -1077,6 +1076,22 @@ setdebug level=nn [trace=0/1 client= | dir | director | appended to the trace file. You must explicitly delete the file when you are done. +\smallskip{} + + If \texttt{options} parameter is set, the following arguments can be used + to control debug functions. + \begin{itemize} + \item [0] clear debug flags + \item [i] Turn off, ignore bwrite() errors on restore on File Daemon + \item [d] Turn off decomp of BackupRead() streams on File Daemon + \item [t] Turn on timestamp in traces + \item [T] Turn off timestamp in traces + \item [c] Truncate trace file if trace file is activated + \item [l] Turn on recoding events on P() and V() + \item [p] Turn on the display of the event ring when doing a bactrace + \end{itemize} + + \item [setip] \index[general]{setip} Sets new client address -- if authorized. -- 2.39.5