mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
RULE_BOOL(Logging, EnableConsoleLogging, true) /* Turns on or off ALL logging to console */
RULE_BOOL(Logging, EnableFileLogging, true) /* Turns on or off ALL forms of file logging */
This commit is contained in:
@@ -599,7 +599,12 @@ RULE_CATEGORY_END()
|
||||
RULE_CATEGORY(Logging)
|
||||
RULE_BOOL(Logging, ConsoleLogCommands, false) /* Turns on or off console logs */
|
||||
RULE_BOOL(Logging, LogFileCommands, false)
|
||||
|
||||
RULE_INT(Logging, DebugLogLevel, 0) /* Sets Debug Level, -1 = OFF, 0 = Low Level, 1 = Info, 2 = Extreme */
|
||||
|
||||
RULE_BOOL(Logging, EnableConsoleLogging, true) /* Turns on or off ALL logging to console */
|
||||
RULE_BOOL(Logging, EnableFileLogging, true) /* Turns on or off ALL forms of file logging */
|
||||
|
||||
RULE_CATEGORY_END()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user