]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/console/bconsole.tex
Add documentation for setdebug options
[bacula/docs] / docs / manuals / en / console / bconsole.tex
index fb1c2bf792554e36aade1b8ef6ac38362919aa9f..0581121cfceca0521b05e960cc841eacdd76017b 100644 (file)
@@ -1065,8 +1065,7 @@ setbandwidth limit=<nb> [ jobid=<id> | client=<cli> ]
    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=<client-name> | dir | director |
-  storage=<storage-name> | all]
+setdebug level=nn [trace=0/1 client=<client-name> | dir | director | storage=<storage-name> | 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=<client-name> | 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.