X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fmanuals%2Fen%2Fconsole%2Fbconsole.tex;fp=docs%2Fmanuals%2Fen%2Fconsole%2Fbconsole.tex;h=0581121cfceca0521b05e960cc841eacdd76017b;hb=4f9fd5de4070c1b06866ba5109cbbbc35d6f5d98;hp=fb1c2bf792554e36aade1b8ef6ac38362919aa9f;hpb=792fa189984c50a9c29ab2cde56a4acc154d1d2f;p=bacula%2Fdocs 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.