diff options
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 ****************************************** --> |