aternosorg / codex-minecraft

PHP library to read, parse, print and analyse Minecraft log files.
https://packagist.org/packages/aternos/codex-minecraft
MIT License
31 stars 7 forks source link

NeoForge client logs detected as server log #92

Closed Poopooracoocoo closed 2 weeks ago

Poopooracoocoo commented 2 weeks ago

https://mclo.gs/pUSbHQx NeoForge client latest.log https://mclo.gs/2hygZu6 NeoForge client debug.log

pavog commented 2 weeks ago

mclogs was still on codex-minecraft 3.2.0. I fixed this with the update from 3.2.0 to 3.5.0. https://github.com/aternosorg/mclogs/pull/137

Poopooracoocoo commented 2 weeks ago

While the latest.log is detected correctly, the debug.log is not.

It'd also be great if it said it was a debug log

JulianVennen commented 2 weeks ago

Unfortunately, there do not appear to be any messages in that debug log that we could use to detect whether this is a client or server log. I don't really see any reason for us to detect debug logs specifically either.