Added support for varying log levels configurable in the server config (see log_level in default.conf)
Error logs now properly print to stderr when possible Colour-coded logs Addressed a scenario in which outgoing packet writes could get hung up Fixed interface incorrect definition message on server startup
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
[server]
|
||||
#Log Level - the level of verbosity used for logs.
|
||||
#"verbose" - ALL logs are shown
|
||||
#"detailed" - FINE logs are hidden, which is generally bulk/debug info.
|
||||
#"cautious" - FINE, INFO logs are hidden, meaning this level only shows warnings and errors.
|
||||
#"silent" - FINE, INFO, WARN logs are hidden, meaning this level only shows errors.
|
||||
log_level = "verbose"
|
||||
#Secret key - this is sent by the client during login.
|
||||
#Client/Server MUST match or connection is refused.
|
||||
secret_key = "2009scape_development"
|
||||
|
||||
Reference in New Issue
Block a user