aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorAndreas Köhler <andreas.koehler@1und1.de>2010-10-13 13:45:08 +0200
committerBadlop <badlop@process-one.net>2010-10-15 13:15:49 +0200
commit6ff3fda14be47c27af2d9b2c2090d2cc7fdf0b5a (patch)
tree0a5f71034fcb38414ae4dab147b0d4a134599bea /doc/guide.tex
parentAdd support for changing the loglevels for given modules (EJAB-225) (diff)
Document new loglevel configuration form.
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 73f848f52..c54926ce0 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -5213,8 +5213,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}