It seems that my TF2 server is not properly logging events to the logs. The server is running the latest SourceMod with Metamod:Source 1.6.
I have the log portion of my server.cfg as follows:
If it would be more helpful I could post the whole server.cfg.
All it has done is create a file called "l1222000.log" in the logs directory which has nothing in it. I joined the game myself, capped some intel, committed suicide and changed maps trying to populate the log. But it remains empty.
The main intention of creating logs is that I want to try out some stats plug-ins like hlstats or psychostats. So far I've only tried the hlstatsx SourceMod plug-in trying to get in-game stats for starters, but it's not working and I assume it's because it has no log data to look at.
Any help would be appreciated!
EDIT: Seem to have it figured out now. Not even sure what I did, but did change sv_log_onefile to 0.
I have the log portion of my server.cfg as follows:
Quote:log on
sv_logbans 1
sv_logsdir logs
//sv_logdetail 3
sv_logmessages 1
sv_logecho 0
sv_logfile 1
sv_log_onefile 1
If it would be more helpful I could post the whole server.cfg.
All it has done is create a file called "l1222000.log" in the logs directory which has nothing in it. I joined the game myself, capped some intel, committed suicide and changed maps trying to populate the log. But it remains empty.
The main intention of creating logs is that I want to try out some stats plug-ins like hlstats or psychostats. So far I've only tried the hlstatsx SourceMod plug-in trying to get in-game stats for starters, but it's not working and I assume it's because it has no log data to look at.
Any help would be appreciated!
EDIT: Seem to have it figured out now. Not even sure what I did, but did change sv_log_onefile to 0.