SRCDS Steam group


How to make srcds log everything and save it in a document
#1
Does anyone know how to do this, I need it to check for rule breakers in my roleplay server.
Reply
#2
You can log chat;
Code:
log on
Reply
#3
where do I put this, and I have a phase four gmod server, is there way I can log every death and command used?
Reply
#4
server.cfg. Smile
Reply
#5
Put all this into your server.cfg:
Code:
log on // enable or disable server logging. on is on / off is off
sv_logecho 1 // 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

If that doesn't log everything, try to add this too:
mp_logdetail 3
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#6
(05-13-2011, 10:11 AM)Mooga Wrote:  Put all this into your server.cfg:
Code:
log on // enable or disable server logging. on is on / off is off
sv_logecho 1 // 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

If that doesn't log everything, try to add this too:
mp_logdetail 3

Thank you, where will the file be saved


Its ok I found it, once again thanks for the help
Reply
#7
In a new directory called "logs". Insite the garrysmod folder.
Reply
#8
(05-14-2011, 06:26 AM)realchamp Wrote:  In a new directory called "logs". Insite the garrysmod folder.

[Image: fail.jpg]


The srcds console now looks like this but the log file is empty.
Reply
#9
(05-14-2011, 06:36 AM)SL1 CHAOS Wrote:  
(05-14-2011, 06:26 AM)realchamp Wrote:  In a new directory called "logs". Insite the garrysmod folder.

[Image: fail.jpg]


The srcds console now looks like this but the log file is empty.

Its ok I solved it
Reply
#10
Good. Smile
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)