mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
cleaned up logging, added log_level param to enable/disable types of logging
This commit is contained in:
parent
c23f9c7ca9
commit
c5516511b0
4 changed files with 60 additions and 29 deletions
|
@ -1,11 +1,28 @@
|
|||
[General]
|
||||
server_ip=127.0.0.1
|
||||
showtimestamp = true
|
||||
|
||||
# log_level: add up values for types you want to enable
|
||||
# then convert hex -> dec and set log_level = value
|
||||
# 0x000 None,
|
||||
# 0x001 Console,
|
||||
# 0x002 File,
|
||||
# 0x004 Status,
|
||||
# 0x008 Sql,
|
||||
# 0x010 Info,
|
||||
# 0x020 Debug,
|
||||
# 0x040 Error,
|
||||
|
||||
log_level = 127
|
||||
|
||||
#log_path = ./logs/
|
||||
#log_file = lobby.log
|
||||
|
||||
|
||||
[Database]
|
||||
worldid=1
|
||||
host=127.0.0.1
|
||||
port=3306
|
||||
database=ffxiv_server
|
||||
username=root
|
||||
password=root
|
||||
password=root
|
||||
|
|
|
@ -1,11 +1,28 @@
|
|||
[General]
|
||||
server_ip=127.0.0.1
|
||||
showtimestamp = true
|
||||
|
||||
# log_level: add up values for types you want to enable
|
||||
# then convert hex -> dec and set log_level = value
|
||||
# 0x000 None,
|
||||
# 0x001 Console,
|
||||
# 0x002 File,
|
||||
# 0x004 Status,
|
||||
# 0x008 Sql,
|
||||
# 0x010 Info,
|
||||
# 0x020 Debug,
|
||||
# 0x040 Error,
|
||||
|
||||
log_level = 127
|
||||
|
||||
#log_path = ./logs/
|
||||
#log_file = map.log
|
||||
|
||||
|
||||
[Database]
|
||||
worldid=1
|
||||
host=127.0.0.1
|
||||
port=3306
|
||||
database=ffxiv_server
|
||||
username=root
|
||||
password=root
|
||||
password=root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue