- Suggest syslog restart
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 2 Jun 2011 13:01:46 +0000 (13:01 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 2 Jun 2011 13:01:46 +0000 (13:01 +0000)
- Fix a few typos

org.glite.lb.doc/src/LBAG-Installation.tex

index d3445f2..4c6ff9d 100644 (file)
@@ -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}