DenisD3D / Mc2Discord

Link your Minecraft server chat with your Discord (75k downloads)
https://modrinth.com/mod/mc2discord
Apache License 2.0
43 stars 11 forks source link

Show errors and warnings in Discord log channel (configurable) #71

Closed sprocketaudio closed 1 year ago

sprocketaudio commented 1 year ago

As the title - is it possible to allow server errors and warning show up in the discord server log please? It seems to only show info at the moment.

DenisD3D commented 1 year ago

The mod should already take all logs message up to the configured log level (eg if level is info it should also take Warn and error) https://github.com/DenisD3D/Mc2Discord/blob/f552edc902c65a15f2966b8267ec497db5ee6c21/mc2discord-core/src/main/java/ml/denisd3d/mc2discord/core/DiscordLogging.java#L47

sprocketaudio commented 1 year ago

I put it on Error and now errors show - so this is fine thanks. This can be closed