04-01-2009, 06:17 AM
My server isn't writing logs, in my server.cfg I have this written
I followed Beck's TF2 guide, and I have never been able to log anything. Could it be that I'm looking in the wrong spot? I have sourcemod and Beetles mod and those two log their info just fine. But sometimes I need to know who joined my server. Because there was a hacker here, and well I missed him. And I can't find his ip anywhere. I want to ban him
Please Help
Thanks
Code:
//server Logging
sv_log_onefile 1 //Log server information to only one file.
sv_logbans 1 //Log server bans in the server logs.
sv_logecho 1 //Echo log information to the console.
sv_logfile 1 //Log server information in the log file.
I followed Beck's TF2 guide, and I have never been able to log anything. Could it be that I'm looking in the wrong spot? I have sourcemod and Beetles mod and those two log their info just fine. But sometimes I need to know who joined my server. Because there was a hacker here, and well I missed him. And I can't find his ip anywhere. I want to ban him
Please Help
Thanks