From 19dead97a37a80fc6b3d8a97ae96b7e8d3d4c1e4 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 31 Aug 2009 08:41:56 +0000 Subject: Rename erlang log file sasl.log to erlang.log (EJAB-783) SVN Revision: 2567 --- doc/guide.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index ef6d24757..a4ec1acb4 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -421,7 +421,7 @@ to install ejabberd.

The files and directories created are, by de

/var/log/ejabberd/
Log directory (see section 7.1):
ejabberd.log
ejabberd service log -
sasl.log
Erlang/OTP system log +
erlang.log
Erlang/OTP system log

2.4.5  Start

@@ -3418,8 +3418,10 @@ Starts the Erlang system detached from the system console. Tell Erlang runtime system to start the ejabberd application.

-mnesia dir "/var/lib/ejabberd/"
Specify the Mnesia database directory. -
-sasl sasl_error_logger {file, "/var/log/ejabberd/sasl.log"}
+
-sasl sasl_error_logger {file, "/var/log/ejabberd/erlang.log"}
Path to the Erlang/OTP system log file. +SASL here means “System Architecture Support Libraries” +not “Simple Authentication and Security Layer”.
+K [true|false]
Kernel polling.
-smp [auto|enable|disable]
@@ -3830,7 +3832,7 @@ domain.

7.1  Log Files

An ejabberd node writes two log files:

ejabberd.log
is the ejabberd service log, with the messages reported by ejabberd code -
sasl.log
is the Erlang/OTP system log, with the messages reported by Erlang/OTP using SASL (System Architecture Support Libraries) +
erlang.log
is the Erlang/OTP system log, with the messages reported by Erlang/OTP using SASL (System Architecture Support Libraries)

The option loglevel modifies the verbosity of the file ejabberd.log. The syntax is:

{loglevel, Level}.

The possible Level are:

-- cgit v1.2.3