aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-01-16 10:08:17 +0000
committerBadlop <badlop@process-one.net>2008-01-16 10:08:17 +0000
commitf361633f36b82509df27c1f23105e9f9896c1e54 (patch)
tree157bbf6eaec9c9deb6d451016f7b8bfec23d67fb /doc/guide.tex
parent* doc/guide.tex: Improved the documentation of Binary (diff)
* doc/guide.tex: Updated the names of log files.
* doc/guide.html: Likewise * src/mod_muc/mod_muc_room.erl: Added log messages for room destroy * src/mod_caps.erl: Small beautify of log error messages SVN Revision: 1155
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 9f69e6d2f..02aa1455c 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -337,7 +337,7 @@ The files and directories created are, by default:
\titem{/var/lib/ejabberd/}
\begin{description}
\titem{.erlang.cookie} Erlang cookie file
- \titem{db} Database spool files
+ \titem{db} Mnesia database spool files
\titem{ebin} Binary Erlang files (*.beam)
\titem{priv}
\begin{description}
@@ -347,8 +347,8 @@ The files and directories created are, by default:
\end{description}
\titem{/var/log/ejabberd/} Log files (see section~\ref{logfiles}):
\begin{description}
- \titem{ejabberd.log} Messages reported by ejabberd code
- \titem{sasl.log} Messages reported by Erlang/OTP
+ \titem{ejabberd.log} ejabberd service log
+ \titem{sasl.log} Erlang/OTP system log
\end{description}
\end{description}
@@ -3360,7 +3360,7 @@ The environment variables:
\titem{EJABBERD\_MSGS\_PATH}
Path to the directory with translated strings.
\titem{EJABBERD\_LOG\_PATH}
- Path to the ejabberd log file.
+ Path to the ejabberd service log file.
\titem{EJABBERD\_SO\_PATH}
Path to the directory with binary system libraries.
\titem{HOME}
@@ -3400,7 +3400,7 @@ The command line parameters:
\titem{-mnesia dir "/var/lib/ejabberd/db/nodename"}
Specify the Mnesia database directory.
\titem{-sasl sasl\_error\_logger \{file, "/var/log/ejabberd/sasl.log"\}}
- Specify the directory for the sasl.log file.
+ Path to the Erlang/OTP system log file.
\titem{+K [true|false]}
Kernel polling.
\titem{-smp [auto|enable|disable]}
@@ -3834,14 +3834,14 @@ Example configuration:
\section{Log Files}
\label{logfiles}
-\ejabberd{} writes messages in two log files:
+An \ejabberd{} node writes two log files:
\begin{description}
- \titem{ejabberd.log} Messages reported by \ejabberd{} code
- \titem{sasl.log} Messages reported by Erlang/OTP using SASL (System Architecture Support Libraries)
+ \titem{ejabberd.log} is the ejabberd service log, with the messages reported by \ejabberd{} code
+ \titem{sasl.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.
-There possible levels are:
+The possible levels are:
\begin{description}
\titem{0} No ejabberd log at all (not recommended)
\titem{1} Critical