// start server logging
log on // enable or disable server logging. on is on off is off
sv_logbans 0 // Log server bans in the server logs --> This one will turn off logging of bans in your logfile
sv_logecho 0 // Echo log information to the console. 0 is off 1 is on
sv_logfile 1 // Log server information in the log file. 0 is off 1 is on
sv_log_onefile 1 // log everything in one file
Hi,
Would any one know why I see the user ban list being loaded 3 times when I start the server?
This is my startup command line:
start /wait srcds.exe -console -game cstrike +exec server.cfg +map gg_fy_funtimes +maxplayers 20 -tickrate 100 -port 27016 -autoupdate -secure
I call the steam ID ban user file "banned_user.cfg" from server.cfg.
In the autoexec.cfg file I only have the below:
es_load gungame51
exec mani_quake_sounds.cfg
In the mani_server.cfg file I only use it for admin rights, rock the vote, team kill and the high ping module. I am not loading any files form there.
in the gg_server.cfg file, I only load the bots and few "mp" values.
Thanks for any help