From ecb0e238ab93141f60f7eb1f0ce93e36d703e196 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Thu, 2 Jun 2011 13:01:46 +0000 Subject: [PATCH] - Suggest syslog restart - Fix a few typos --- org.glite.lb.doc/src/LBAG-Installation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.doc/src/LBAG-Installation.tex b/org.glite.lb.doc/src/LBAG-Installation.tex index d3445f2..4c6ff9d 100644 --- a/org.glite.lb.doc/src/LBAG-Installation.tex +++ b/org.glite.lb.doc/src/LBAG-Installation.tex @@ -136,9 +136,9 @@ The following log priorities are recognized, in a descending order of severity: In a typical setup, logging messages generated by the \LB service will be found in \texttt{/var/log/messages}. -Note, sylog is typically configured to drop log messages with \texttt{debug} priority. You may want to enable it, for example using something like that in \texttt{/etc/syslog.conf}: +\note\ \emph{syslog} is typically configured to drop log messages with priority \texttt{debug}. You may want to enable it, for example by using something like this in \texttt{/etc/syslog.conf} and then restarting {syslog}: \begin{verbatim} -*debug;mail.none;authpriv.none;cron.none -/var/log/messages +*.debug;mail.none;authpriv.none;cron.none -/var/log/messages \end{verbatim} \subsection{\LB server} -- 1.8.2.3