SRCDS Steam group


TF2 - Echo logs
#1
Can I tell to my TF2 server to echo logs from the server?
I want to make gatherbot for TF2 (mIRC [MSL] based) and I only reciving RCON log, not like CS (Half-Life) that sent console logs from server.

Thanks Smile

BTW I mean logs like this:
http://developer.valvesoftware.com/wiki/HL_Log_Standard#Game
Reply
#2
Code:
// Defines if logs is enabled or disabled
// On = Enabled.
// Off = Disabled.
// Default: on
log on


// Toggels if the logged text have to be in one single file.
// Default: 0
sv_log_onefile 0


// If this CVAR is set to '1' then i will safe the log files in the srcds/logs directory.
// Default: 1
sv_logfile 1


// Defines if it has to log bans.
// Default: 0
sv_logbans 1


// Defines if it has to log the echo in the MAIN console.
// Default: 1
sv_logecho 1


// Chose the log details.
// Default: 0
mp_logdetail 3

Should do the trick. If that's what you mean Toungue
(Source: http://forums.srcds.com/viewtopic/8433/ )
Reply
#3
No no, I want logs, but I want the logs from the server console too....
Reply
#4
(01-18-2011, 02:25 AM)ZxoR Wrote:  No no, I want logs, but I want the logs from the server console too....

My other post will log every change done with cvars and connections from users, aswell as chat messages.
Reply
#5
Unknown command "mp_logdetail"
Reply
#6
(01-18-2011, 11:24 PM)ZxoR Wrote:  Unknown command "mp_logdetail"

Skip that then Smile
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)