Add support for control over logging configuration
This commit is contained in:
parent
cde46e3e83
commit
93c3674746
5 changed files with 31 additions and 1 deletions
|
@ -35,3 +35,10 @@ tv_relayvoice 1 // Relay voice data: 0=off, 1=on
|
|||
tv_timeout 60 // CSTV connection timeout in seconds.
|
||||
tv_title "{{SERVER_HOSTNAME}} CSTV" // Set title for CSTV spectator UI
|
||||
tv_transmitall 1 // Transmit all entities (not only director view)
|
||||
|
||||
// Logs
|
||||
|
||||
log {{SERVER_LOG}} // Turns logging 'on' or 'off', defaults to 'on'
|
||||
mp_logmoney {{SERVER_LOG_MONEY}} // Turns money logging on/off: 0=off, 1=on
|
||||
mp_logdetail {{SERVER_LOG_DETAIL}} // Combat damage logging: 0=disabled, 1=enemy, 2=friendly, 3=all
|
||||
mp_logdetail_items {{SERVER_LOG_ITEMS}} // Turns item logging on/off: 0=off, 1=on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue