mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
added nlog logging (todo: custom logger for packets)
This commit is contained in:
parent
c5516511b0
commit
ed0a0a58f7
36 changed files with 5430 additions and 310 deletions
|
@ -2,23 +2,6 @@
|
|||
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
|
||||
|
|
|
@ -2,23 +2,6 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue