mclogalyzer icon indicating copy to clipboard operation
mclogalyzer copied to clipboard

Modded Logs

Open Morketh opened this issue 9 years ago • 4 comments

Looks like most of the Commits in the repository are relatively old. was wondering if there was still support for this project? Also how hard would it be to implement some mod log support? Ive done a lot of Python in my days and was actually going to set up a logalyzer to display different error levels or filter by Mod title or be able to filter by Time:

[14:51:39] [Server thread/ERROR] [ForgeEssentials]
[14:51:39] [Server thread/INFO] [FML]

I think this would be really helpful in narrowing down a lot of issues with game-play and server environments.

Ill play around with the idea and submit a PR if i can get something working.

Morketh avatar Oct 17 '15 21:10 Morketh

That would be helpful. I haven't done much work with logalyzer lately because I haven't been playing/moderating a server. I'm starting back up and would be interested in new features.

johnwoltman avatar Oct 18 '15 19:10 johnwoltman

let me know if this works at all on bukkit server builds after july-15... :(

knope avatar Oct 21 '15 19:10 knope

i do not have a Bukkit server however i think it would. I'm going to use a Filter with Regex matching to pull out and organize each log TAG (example [tag-name]). not sure about the HTML part i have more experience with MySQL+PHP for webpages along with my Python for data collection

Morketh avatar Oct 21 '15 19:10 Morketh

also another idea i had was collecting the server Messages

[14:49:52] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 14775ms behind, skipping 295 tick(s)

and making a Graph of the data.

Morketh avatar Oct 21 '15 19:10 Morketh