aternosorg / mclogs

Paste, share and analyse Minecraft logs
https://mclo.gs
MIT License
182 stars 33 forks source link

Velocity proxy console logs often consider as Forge server log #104

Closed HowardZHY closed 5 months ago

JulianVennen commented 9 months ago

Do you have an example of that?

HowardZHY commented 9 months ago

https://mclo.gs/NONgofV

JulianVennen commented 9 months ago

It appears that for some reason there are two spaces between the prefix and the log message now. We'll change our patterns to support that.

JulianVennen commented 9 months ago

We now detect these logs as Velocity and the underlying issue has also been solved in Velocity

HowardZHY commented 7 months ago

https://mclo.gs/FNjpZkt another wrong example

JulianVennen commented 7 months ago

This is a partial log which doesn't contain the velocity startup messages we detect.

If no specific software can be detected our system falls back to the log pattern that matches the most lines.

In this case that's forge because forge and velocity use very similar log patterns and forge is in the list before velocity.

HowardZHY commented 7 months ago

This is a partial log which doesn't contain the velocity startup messages we detect.

If no specific software can be detected our system falls back to the log pattern that matches the most lines.

In this case that's forge because forge and velocity use very similar log patterns and forge is in the list before velocity.

well I think it should detect [com.velocitypowered.proxy to decide if it's velocity

HowardZHY commented 6 months ago

https://mclo.gs/6JMQuAi a Bungee log as Forge server log

KurtThiemann commented 6 months ago

That's also a partial log.

JulianVennen commented 5 months ago

You should just share the full log if you expect detections to work correctly.