teel / stasiscl

Automatically exported from code.google.com/p/stasiscl
0 stars 0 forks source link

Log file management #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would be nice if there was a way to automatically manage wow log files, i.e. 
something that picked 
up WoWCombatLog.txt, split it (maybe by day) and without throwing away any 
lines. Maybe also tag 
it with what bosses or zones seem to be there.

Original issue reported on code.google.com by gianmerlino@gmail.com on 23 Jan 2009 at 8:44

GoogleCodeExporter commented 8 years ago
I second this!

Keep up the good work

Original comment by JahDesik on 1 Feb 2009 at 4:29

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Yes, it would be an excellent idea. Managing these files is a very repetitive 
and 
harassing task.

Personally, I use a script that automatically renames, gzip then uploads the 
combatlog to a 
server (and on the server, a script in the crontab to check the presence of 
files and 
to launch stasis). It's a minimalist but handy management. Maybe it can give 
some 
ideas (attached, the Lua script – not an addon! – which can be easily 
rewritten in 
another language)...

Arranging logs by zone, by raid format (5/10/25) and by raid ID (in fact by 
'WoW 
week' - don't care about zg,za,onyxia,etc. !) would be so nice ;)

Original comment by hati.elune@gmail.com on 6 Feb 2009 at 11:58

Attachments:

GoogleCodeExporter commented 8 years ago
This is not my code however is a good example.
http://elitistjerks.com/blogs/abbi/199-automatic_stasiscl_log_posting.html

I basically modified it to do my own thing and added some more script for my 
server
(changed the dates around so that were in Australian format not American format,
added an index rebuild for a custom index customized the zone names etc.). 
Though the
files attached are originals from EL's site.

Original comment by cadal.ga...@gmail.com on 15 Apr 2009 at 3:00

Attachments:

GoogleCodeExporter commented 8 years ago
I finally have written a small UI to upload combatlogs to a server or to 
process 
them locally.

http://www.guilde-elegia.fr/forum/viewtopic.php?f=21&t=2179

The UI is written in Lua with wx-widgets (yes it would be more consistent if I 
wrote 
it in perl....).

Sorry, I wrote the post in french. You can drop me a message or send a mail and 
I 
will translate into english.

Original comment by hati.elune@gmail.com on 15 Apr 2009 at 3:50