Mc2Discord

Mc2Discord

50.4k Downloads

Show errors and warnings in Discord log channel (configurable)

sprocketaudio opened this issue ยท 2 comments

commented

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.

commented

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)

.intLevel() <= Level.getLevel(Mc2Discord.INSTANCE.config.misc.logs_level).intLevel()) {

commented

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