m0r13 / mclogalyzer

Minecraft Server Log Analyzer
GNU General Public License v3.0
44 stars 20 forks source link

Modded Logs #20

Open Morketh opened 8 years ago

Morketh commented 8 years ago

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.

johnwoltman commented 8 years ago

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.

knope commented 8 years ago

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

Morketh commented 8 years ago

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 commented 8 years ago

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.