Drakath Posted February 6, 2014 Share Posted February 6, 2014 Why does the server.log logs the logins? There is server_auth.log that does the same thing, so why waste ram? My suggestion is for server.log to stop log the logins. Link to comment
TAPL Posted February 6, 2014 Share Posted February 6, 2014 server.log is used to log everything, while server_auth.log is used to log only login for easy reviewing of security issues. However you can disable it from mtaserver.conf, so no problem here. >logs/server.log> >logs/server_auth.log> Link to comment
Drakath Posted February 7, 2014 Author Share Posted February 7, 2014 Would it save any ram if I would disable server_auth.log? Link to comment
ixjf Posted February 7, 2014 Share Posted February 7, 2014 Would it save any ram if I would disable server_auth.log? It would decrease I/O, but you would hardly notice any change in memory usage. Link to comment
Recommended Posts