AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   logs (https://forums.alliedmods.net/showthread.php?t=309017)

Snitch 07-10-2018 12:24

logs
 
how i can turned off these logs:
Code:

L Team "TERRORIST" triggered "Hostages_Not_Rescued" (CT "0") (T "61")
L World triggered "Round_End"
L World triggered "Round_Start"

and where set a cmd to disable it?

^SmileY 07-10-2018 13:05

Re: logs
 
log off on server.cfg

Snitch 07-12-2018 11:42

Re: logs
 
Quote:

Originally Posted by ^SmileY (Post 2602723)
log off on server.cfg

Nope, is turned off all logs. i want only these:
Quote:

mp_logdetail
PHP Code:

L 07/11/2018 18:02:29Team "TERRORIST" triggered "Hostages_Not_Rescued" (CT "0") ("5")
L 07/11/2018 18:02:29World triggered "Round_End"
L 07/11/2018 18:02:34World triggered "Round_Start"
L 07/11/2018 18:11:34Team "TERRORIST" triggered "Hostages_Not_Rescued" (CT "0") ("6")
L 07/11/2018 18:11:34World triggered "Round_End"
L 07/11/2018 18:11:39World triggered "Round_Start" 


^SmileY 07-12-2018 12:17

Re: logs
 
not possible specify what logs you enable / disable with cvars

What exactly you want to do?

Snitch 07-12-2018 14:51

Re: logs
 
Quote:

Originally Posted by ^SmileY (Post 2603161)
not possible specify what logs you enable / disable with cvars

What exactly you want to do?

these is my logs:
Code:

// LOG Server
mp_logdetail 1
sv_proxies 0
sv_lan 0
mp_logecho 1
mp_logfile 1
sv_logbans 1
sv_logblocks 1
log on

Quote:

Originally Posted by ^SmileY (Post 2603161)
What exactly you want to do?

That it will not send me SPAM of team wins and kills:
PHP Code:

L 07/11/2018 17:35:14World triggered "Round_End"
L 07/11/2018 17:35:19World triggered "Round_Start"
L 07/11/2018 17:44:19Team "TERRORIST" triggered "Hostages_Not_Rescued" (CT "0") ("3")
L 07/11/2018 17:44:19World triggered "Round_End"
L 07/11/2018 17:44:24World triggered "Round_Start"
L 07/11/2018 17:53:24Team "TERRORIST" triggered "Hostages_Not_Rescued" (CT "0") ("4")
L 07/11/2018 17:53:24World triggered "Round_End"
L 07/11/2018 17:53:29World triggered "Round_Start"
L 07/11/2018 18:02:29Team "TERRORIST" triggered "Hostages_Not_Rescued" (CT "0") ("5")
L 07/11/2018 18:02:29World triggered "Round_End"
L 07/11/2018 18:02:34World triggered "Round_Start"
L 07/11/2018 18:11:34Team "TERRORIST" triggered "Hostages_Not_Rescued" (CT "0") ("6")
L 07/11/2018 18:11:34World triggered "Round_End"
L 07/11/2018 18:11:39World triggered "Round_Start" 


Mordekay 07-13-2018 02:21

Re: logs
 
This is not possible,
With mp_logdetail you only change the amount of details regarding dealed damage and who attacked whom.

^SmileY 07-13-2018 08:26

Re: logs
 
Some logs can be avoided with a plugin, but will be a good idea?


All times are GMT -4. The time now is 05:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.