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}