Changed default log settings and updated cvar descriptions. Changed anti-stick log event type to a core event.

This commit is contained in:
richard
2009-09-30 03:17:43 +02:00
parent 7afea34ac4
commit 0d484132f9
3 changed files with 12 additions and 8 deletions

View File

@ -83,13 +83,13 @@ ammo_57mm_max 500 // p90, fiveseven
// Log (core)
// ----------------------------------------------------------------------------
// Enable logging of events in the plugin. Fatal errors are logged independent on this setting.
// Enable logging of events in the plugin. Fatal errors are always logged.
// Default: "1"
zr_log "1"
// A bit field that specify what event types to log. See logging section (3.3) in manual for details.
// Default: "3"
zr_log_flags "3"
// Default: "2"
zr_log_flags "2"
// Enable module filtering. Only events from listed modules will be logged.
// Default: "0"
@ -99,6 +99,10 @@ zr_log_module_filter "0"
// Default: "1"
zr_log_ignore_console "1"
// Always log error messages no matter what logging flags or modules filters that are enabled.
// Default: "1"
zr_log_error_override "1"
// Print log events to admin chat in addition to the log file.
// Default: "0"
zr_log_print_admins "0"