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
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.