From dc5a29f5088fdbe045ae71461e2e13ba16c52e7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Mon, 15 Mar 2010 09:54:51 +0000 Subject: [PATCH] not to be confused by the word example --- org.glite.lb.doc/src/LBAG-Installation.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/org.glite.lb.doc/src/LBAG-Installation.tex b/org.glite.lb.doc/src/LBAG-Installation.tex index 6283db9..7c13cd7 100644 --- a/org.glite.lb.doc/src/LBAG-Installation.tex +++ b/org.glite.lb.doc/src/LBAG-Installation.tex @@ -95,15 +95,15 @@ Job Provenance (\JP). The implementation is done in the \texttt{glite-lbjp-common-log} package and it uses \texttt{log4c} (\url{http://log4c.sourceforge.net}) -and its configuration file \texttt{log4crc}. Two examples are provided -\begin{itemize} -\item \texttt{log4crc.example-production} - this file is now being installed to -\texttt{\$GLITE\_LOCATION/etc/glite-lb-log4crc} and startup scripts -use it by setting the \texttt{LOG4C\_RCPATH} environment variable, -\item \texttt{log4crc.example-debugging} - this file may be useful to copy to -\texttt{~/.log4crc} (or by setting the \texttt{LOG4C\_RCPATH} environment variable +and its configuration file \texttt{log4crc}. + +There is one configuration file \texttt{\$GLITE\_LOCATION/etc/glite-lb-log4crc} +that startup scripts use by setting the \texttt{LOG4C\_RCPATH} environment +variable. + +A file \texttt{log4crc.example-debugging} may be useful to copy to +\texttt{\$HOME/.log4crc} (or by setting the \texttt{LOG4C\_RCPATH} environment variable to this file) to obtain detailed debugging output. -\end{itemize} One can debug only specific parts of the LB system, for example by uncommenting \texttt{LB.SERVER.DB} cathegory in the \texttt{log4crc} file, one gets only the debugging info related to the underlying database subsystem calls. -- 1.8.2.3