diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 10 | ||||
-rw-r--r-- | doc/guide.tex | 18 |
2 files changed, 14 insertions, 14 deletions
diff --git a/doc/guide.html b/doc/guide.html index bce41c1d9..d2fa642bd 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -383,7 +383,7 @@ To get the full list run the command: </DD><DT CLASS="dt-description"><B><TT>/var/lib/ejabberd/</TT></B></DT><DD CLASS="dd-description"> <DL CLASS="description"><DT CLASS="dt-description"> <B><TT>.erlang.cookie</TT></B></DT><DD CLASS="dd-description"> Erlang cookie file - </DD><DT CLASS="dt-description"><B><TT>db</TT></B></DT><DD CLASS="dd-description"> Database spool files + </DD><DT CLASS="dt-description"><B><TT>db</TT></B></DT><DD CLASS="dd-description"> Mnesia database spool files </DD><DT CLASS="dt-description"><B><TT>ebin</TT></B></DT><DD CLASS="dd-description"> Binary Erlang files (*.beam) </DD><DT CLASS="dt-description"><B><TT>priv</TT></B></DT><DD CLASS="dd-description"> <DL CLASS="description"><DT CLASS="dt-description"> @@ -393,8 +393,8 @@ To get the full list run the command: </DD></DL> </DD><DT CLASS="dt-description"><B><TT>/var/log/ejabberd/</TT></B></DT><DD CLASS="dd-description"> Log files (see section <A HREF="#logfiles">7.2</A>): <DL CLASS="description"><DT CLASS="dt-description"> - <B><TT>ejabberd.log</TT></B></DT><DD CLASS="dd-description"> Messages reported by ejabberd code - </DD><DT CLASS="dt-description"><B><TT>sasl.log</TT></B></DT><DD CLASS="dd-description"> Messages reported by Erlang/OTP + <B><TT>ejabberd.log</TT></B></DT><DD CLASS="dd-description"> ejabberd service log + </DD><DT CLASS="dt-description"><B><TT>sasl.log</TT></B></DT><DD CLASS="dd-description"> Erlang/OTP system log </DD></DL> </DD></DL><!--TOC subsection Start--> <H3 CLASS="subsection"><!--SEC ANCHOR --><A NAME="htoc13">2.4.5</A>  Start</H3><!--SEC END --><P> @@ -2706,7 +2706,7 @@ all the environment variables and command line parameters.</P><P>The environment </DD><DT CLASS="dt-description"><B><TT>EJABBERD_MSGS_PATH</TT></B></DT><DD CLASS="dd-description"> Path to the directory with translated strings. </DD><DT CLASS="dt-description"><B><TT>EJABBERD_LOG_PATH</TT></B></DT><DD CLASS="dd-description"> - Path to the ejabberd log file. + Path to the ejabberd service log file. </DD><DT CLASS="dt-description"><B><TT>EJABBERD_SO_PATH</TT></B></DT><DD CLASS="dd-description"> Path to the directory with binary system libraries. </DD><DT CLASS="dt-description"><B><TT>HOME</TT></B></DT><DD CLASS="dd-description"> @@ -2744,7 +2744,7 @@ Starts the Erlang system detached from the system console. </DD><DT CLASS="dt-description"><B><TT>-mnesia dir "/var/lib/ejabberd/db/nodename"</TT></B></DT><DD CLASS="dd-description"> Specify the Mnesia database directory. </DD><DT CLASS="dt-description"><B><TT>-sasl sasl_error_logger {file, "/var/log/ejabberd/sasl.log"}</TT></B></DT><DD CLASS="dd-description"> - Specify the directory for the sasl.log file. + Path to the Erlang/OTP system log file. </DD><DT CLASS="dt-description"><B><TT>+K [true|false]</TT></B></DT><DD CLASS="dd-description"> Kernel polling. </DD><DT CLASS="dt-description"><B><TT>-smp [auto|enable|disable]</TT></B></DT><DD CLASS="dd-description"> 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 |