25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-26 16:26:24 +01:00

Document new loglevel configuration form.

This commit is contained in:
Andreas Köhler 2010-10-13 13:45:08 +02:00 committed by Badlop
parent 81555d8def
commit 14349890e3

View File

@ -5247,8 +5247,11 @@ An \ejabberd{} node writes two log files:
\titem{erlang.log} is the Erlang/OTP system log, with the messages reported by Erlang/OTP using SASL (System Architecture Support Libraries)
\end{description}
The option \term{loglevel} modifies the verbosity of the file ejabberd.log. The syntax is:
\esyntax{\{loglevel, Level\}.}
The option \term{loglevel} modifies the verbosity of the file ejabberd.log. The syntax is one of:
\begin{description}
\titem{\{loglevel, Level\}.} The standard form to set a global log level.
\titem{\{loglevel, \{Level, [\{Module, Level\}, ...]\}\}.} The given Erlang modules will be logged with specific log levels, all others will use the default log level.
\end{description}
The possible \term{Level} are:
\begin{description}