diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-09-29 21:06:49 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-09-29 21:06:49 +0200 |
commit | dd703d614620846176e832eda0f37b5e20704c81 (patch) | |
tree | ab99bf73b5c483f1e3c8432a056bd165be7589dd /docs | |
parent | f438a7bc612e94bfcd1ef2b61a7d5b61ce2eaaa6 (diff) | |
download | manaserv-dd703d614620846176e832eda0f37b5e20704c81.tar.gz manaserv-dd703d614620846176e832eda0f37b5e20704c81.tar.bz2 manaserv-dd703d614620846176e832eda0f37b5e20704c81.tar.xz manaserv-dd703d614620846176e832eda0f37b5e20704c81.zip |
Added the new log options in the manaserv.xml.example file.
Trivial fix.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manaserv.xml.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example index 1faea92c..68b2f2a5 100644 --- a/docs/manaserv.xml.example +++ b/docs/manaserv.xml.example @@ -88,6 +88,20 @@ <option name="log_gameServerLogLevel" value="2"/> <option name="log_accountServerLogLevel" value="2"/> + <!-- + Enable log rotation when one log file reaches a max size + and/or the current day has changed. + --> + <option name="log_enableRotation" value="false"/> + <!-- + Set the max log file size. Disabled if set to 0. + --> + <option name="log_maxFileSize" value="1024"/> + <!-- + Change the log file each day. + --> + <option name="log_perDay" value="false"/> + <!-- end of logs configuration ****************************************** --> <!-- Network options configuration ******************************************** |