Originally Posted by Arawethion
No, range will affect it. But no amount of in-game parsing will change the format of the lines actually recorded by /combatlog.
|
Ah, so the log range matters, but things like SimpleCombatLog changing the formating won't. Makes sense. For now I'll use DBM's "maximum" range setting. Does anyone know what the max range is, btw? DBM and SWStats have 150; a thread in this forum suggested 200. Any consensus on how far we can go with this (and have it matter)?
Originally Posted by Polleke
Only upon logout as far as I know. Cygwin wouldn't be needed, writing a tail like program that even splits upon getting a certain line is trivial.
|
Oh, I know it's trivial. I just want to do it, remotely, in a more familiar programming environment, that of my main Linux workstation. The idea is to open up an SSH session and 'tail -f' the combatlog and feed that into a parser that can more easily split up and archive the logs. I can do this all in Windows, but I don't really want to alt-tab.
Interestingly enough, I think you can also truncate the combatlog while WoW has it locked: I opened it in notepad and summarily deleted all the text, then saved it. Back to file size of zero. However, I think WoW keeps logging at the position it seeked to, leaving a couple of megs of zeros at the start of the file.
Thanks for the tip about garbage collection forcing the log to flush. That'll be handy for "Start Log" and "Stop Log" macros for me.