diff --git a/lam/docs/manual-sources/chapter-configuration.xml b/lam/docs/manual-sources/chapter-configuration.xml index 3f827103..b0aa378f 100644 --- a/lam/docs/manual-sources/chapter-configuration.xml +++ b/lam/docs/manual-sources/chapter-configuration.xml @@ -193,16 +193,41 @@
Logging - LAM can log events (e.g. user logins). You can use system logging - (syslog for Unix, event viewer for Windows) or log to a separate file. - Please note that LAM may log sensitive data (e.g. passwords) at log - level "Debug". Production systems should be set to "Warning" or + LAM can log events (e.g. user logins). You can use e.g. system + logging (syslog for Unix, event viewer for Windows) or log to a separate + file. Please note that LAM may log sensitive data (e.g. passwords) at + log level "Debug". Production systems should be set to "Warning" or "Error". The PHP error reporting is only for developers. By default LAM does not show PHP notice messages in the web pages. You can select to use the php.ini setting here or printing all errors and notices. + Log destinations: + + + + File: all messages will be writen to the given file. LAM will + create it if not yet existing. + + + + Syslog: uses local system logging (syslog for Unix, event + viewer for Windows) + + + + Remote: sends log messages to a remote server that supports + the Unix remote + Syslogd protocol. Please enter destination as "server:port", + e.g. "myserver:123". + + + + No logging: disabled logging + + +