Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
Is there any way to make my server only log chat? instead of logging every kill and stuff i just want it to log the chat on my servers, so it will be alot faster finding chat messages between all the kills and mvp and stuff :/
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
On Linux go to the logs folder:
cat *.log | grep say | grep STEAM
Warning Level: 0%
Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
in putty it just sohwed all the chat that has commenced on the server, but does the logs now only log chat?
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
Do you add these to the server.cfg?
log 1
mp_logdetail 1
Warning Level: 0%