Skip to content

Commit

Permalink
Update server.cfg logging settings
Browse files Browse the repository at this point in the history
  • Loading branch information
altair-sossai committed Aug 11, 2024
1 parent 98b1204 commit 0968190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfg/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ sv_pure_kick_clients "1" // If set to 1, the server will kick cl

// [Logging]
// -----------------------------------------------------------------------
log on //Creates a logfile (on | off)
log off //Creates a logfile (on | off)
sv_logecho 0 //default 0; Echo log information to the console.
sv_logfile 1 //default 1; Log server information in the log file.
sv_logfile 0 //default 1; Log server information in the log file.
sv_log_onefile 0 //default 0; Log server information to only one file.
sv_logbans 1 //default 0;Log server bans in the server logs.
sv_logbans 0 //default 0;Log server bans in the server logs.
sv_logflush 0 //default 0; Flush the log files to disk on each write (slow).
sv_logsdir logs //Folder in the game directory where server logs will be stored.

Expand Down

0 comments on commit 0968190

Please sign in to comment.