diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-10-19 23:39:08 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-10-19 23:39:08 +0200 |
commit | 03ff7c110e536de1f8b239817e50cb07c492da6f (patch) | |
tree | 9cd466f228ff62ee72c282a51193754525b745e9 /docs | |
parent | 4d229c71983aa7c808ed97970c7d697cfbb70c49 (diff) | |
download | manaserv-03ff7c110e536de1f8b239817e50cb07c492da6f.tar.gz manaserv-03ff7c110e536de1f8b239817e50cb07c492da6f.tar.bz2 manaserv-03ff7c110e536de1f8b239817e50cb07c492da6f.tar.xz manaserv-03ff7c110e536de1f8b239817e50cb07c492da6f.zip |
Synced the manaserv.xml.example file with latest changes
on the log system.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manaserv.xml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example index e810aba7..75b77437 100644 --- a/docs/manaserv.xml.example +++ b/docs/manaserv.xml.example @@ -101,6 +101,11 @@ Change the log file each day. --> <option name="log_perDay" value="false"/> + + <!-- + Set whether both servers will log also on the standard output. + --> + <option name="log_toStandardOutput" value="true"/> <!-- end of logs configuration ****************************************** --> |