* doc/guide.tex: Document the Debug Console (EJAB-395)

SVN Revision: 1030
This commit is contained in:
Badlop 2007-12-06 00:31:09 +00:00
parent 5f9de28973
commit 749a4305b4
2 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2007-12-06 Badlop <badlop@process-one.net>
* doc/guide.tex: Document the Debug Console (EJAB-395)
* src/ejabberdctl.template: The parameter 'kernel inetrc' is used
even with -sname to guarantee the same behaviour that when using
-name (EJAB-317)

View File

@ -3687,7 +3687,7 @@ The syntax is the following:
\label{debugging}
\ind{debugging}
\section{Watchdog alerts}
\section{Watchdog Alerts}
\label{watchdog}
\ind{debugging!watchdog}
@ -3702,7 +3702,7 @@ Example configuration:
\end{verbatim}
\section{Log files}
\section{Log Files}
\label{logfiles}
ejabberd writes messages in two log files:
@ -3726,6 +3726,21 @@ For example, the default configuration is:
{loglevel, 4}.
\end{verbatim}
\section{Debug Console}
\label{debugconsole}
The Debug Console is an Erlang shell attached to an already running ejabberd server.
With this Erlang shell, an experienced administrator can perform complex tasks.
This shell gives complete control over the ejabberd server,
so it is important to use it with extremely care.
There are some simple and safe examples in the article
\footahref{http://www.ejabberd.im/interconnect-erl-nodes}{Interconnecting Erlang Nodes}
To exit the shell, close the window or press the keys: control+c control+c.
\appendix{}
\chapter{Internationalization and Localization}
\label{i18nl10n}