Log in

View Full Version : Server Logging


abaddon
10-07-2006, 04:48 AM
How do I completely shut off server logging?

I mean, is there anything I could put into log.ini or whatnot that would stop 854 from logging every single action the server makes? I realize that the logs help when debugging but it seems my server is spending MORE time logging than it is trying to actually process commands *lol* besides, if someone could show me how to SHUT THEM OFF, it would just be a reverse matter if I wanted to turn them back on later...

I tried the stuff in the wikki but it didnt seem to pertain to what I am asking.

fathernitwit
10-15-2006, 06:16 AM
you can turn off all of the new logging (likely to be what your talking about) by adding an off line for every log category. See the wiki for details:
http://www.eqemulator.net/wiki/wikka.php?wakka=ServerLogSys
you'll basically have one WORLD=off, SPELLS=off, etc... line for each category in logtypes.h

edit: further, you can define the macro DISABLE_LOGSYS in the build if you want.

I see an issue with windows logging too much as well, will get it fixed.