]> git.sur5r.net Git - bacula/docs/commitdiff
Document setdebug tags in console manual
authorEric Bollengier <eric@baculasystems.com>
Wed, 5 Feb 2014 08:35:05 +0000 (09:35 +0100)
committerKern Sibbald <kern@sibbald.com>
Fri, 7 Feb 2014 03:38:26 +0000 (04:38 +0100)
docs/manuals/en/console/bconsole.tex

index 0581121cfceca0521b05e960cc841eacdd76017b..429c744f113388d462c8d3d1aa349b4054015e54 100644 (file)
@@ -1065,7 +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 | options=0cidtTlp ]
+setdebug level=nn [trace=0/1 client=<client-name> | dir | director | storage=<storage-name> | all | options=0cidtTlp | tags=<tags>]
 \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
@@ -1091,6 +1091,27 @@ setdebug level=nn [trace=0/1 client=<client-name> | dir | director | storage=<st
    \item [p] Turn on the display of the event ring when doing a bactrace
    \end{itemize}
 
+\smallskip{}
+
+   It is now possible to use \textsl{class} of debug messages called \texttt{tags}
+   to control the debug output of Bacula daemons.
+
+   \begin{itemize}
+   \item [all] Display all debug messages
+   \item [bvfs] Display BVFS debug messages
+   \item [sql] Display SQL related debug messages
+   \item [memory] Display memory and poolmem allocation messages
+   \item [scheduler] Display scheduler related debug messages
+   \end{itemize}
+
+   \begin{lstlisting}
+   * setdebug level=10 tags=bvfs,sql,memory
+   * setdebug level=10 tags=!bvfs
+   \end{lstlisting}
+
+   The \texttt{tags} option is composed of a list of tags, tags are separated by
+   ``,'' or ``+'' or ``-'' or ``!''. To disable a specific tag, use ``-'' or ``!''
+   in front of the tag.
 
 \item [setip]
    \index[general]{setip}