Page 1 of 1

Quick Heads-up (DebugSpew and MacroQuest.ini)

Posted: Thu May 22, 2003 5:32 am
by Amadeus
It's probably not a big deal for many people, but I noticed that everything I was doing was being logged to DebugSpew and after a little discovery found out that the new MacroQuest.ini in CVS has it turned on by default.

Code: Select all

[MacroQuest]
EQPath=C:\Games\EverQuest
MacroPath=.\Macros
LogPath=.\Logs
[b]DebugSpewToFile=1[/b]
...
...

So, unless you're working on debugging and so forth, you might want to set that value to zero to avoid building a massive log file and burning up your precious disk resources ;)

Someone might want to set that back to default at zero in the CVS just to avoid questions/concerns in the future.

Posted: Thu May 22, 2003 5:38 am
by Jay
Ok, serious now, go to sleep! Unless you are HK or such, but it is like 4:30 AM in the US!

Jay

P.S. Trolling boards at 4:30am is byond compensation for me, yet still i do it... go figure?

Posted: Thu May 22, 2003 10:42 am
by Mckorr
My fault, the CVS macroquest.ini is mine, I put it in there to show the positioning of EQPath, and had debug turned on while debugging the parser. Thanks for catching that.