diff options
author | Haru <haru@dotalux.com> | 2016-02-11 18:53:58 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-08-19 21:32:21 +0200 |
commit | 17466273cf9abba44129d73a801b8ed714484e72 (patch) | |
tree | ec9dfc58a9e2ac96b63c8a6022ef0270840a191c /conf/import-tmpl | |
parent | 998b48e2d582e666a4afad21dd28f50fbb9eedb5 (diff) | |
download | hercules-17466273cf9abba44129d73a801b8ed714484e72.tar.gz hercules-17466273cf9abba44129d73a801b8ed714484e72.tar.bz2 hercules-17466273cf9abba44129d73a801b8ed714484e72.tar.xz hercules-17466273cf9abba44129d73a801b8ed714484e72.zip |
Ported logs.conf to libconfig
Ported to modern Hercules and cleaned up from Panikon's commits: 2a7c931b9b4e0f9c6e7766cb25701514230ec7e3, f5b1ee3df777ba7e69f1f99abaf0d00b987fc0e3, 6d1f8f50b0e7349bdab2c53bb172d0b036e47c04
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf/import-tmpl')
-rw-r--r-- | conf/import-tmpl/log_conf.txt | 0 | ||||
-rw-r--r-- | conf/import-tmpl/logs.conf | 32 |
2 files changed, 32 insertions, 0 deletions
diff --git a/conf/import-tmpl/log_conf.txt b/conf/import-tmpl/log_conf.txt deleted file mode 100644 index e69de29bb..000000000 --- a/conf/import-tmpl/log_conf.txt +++ /dev/null diff --git a/conf/import-tmpl/logs.conf b/conf/import-tmpl/logs.conf new file mode 100644 index 000000000..99e666d96 --- /dev/null +++ b/conf/import-tmpl/logs.conf @@ -0,0 +1,32 @@ +//================= Hercules Configuration ================================ +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2014-2016 Hercules Dev Team +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= +//= Hercules Log local configuration file. +//========================================================================= + +map_log: { + // See conf/map/logs.conf for details +} |