Closed maxfield-allison closed 3 years ago
The configs don't appear to have a toggle for debug logging which is filling my output with
[Debug :Valheim Discord Connector] Event check ran, no current events (or world isn't loaded yet).
Working around it with log filters but thought you may want to know.
That debug spam just appeared in 1.4.0 & they said it will be fixed in next version, which will probably be very soon.
Don't trust files from strangers, but here is a fixed version:
[removed]
will delete that file after next version; probably no reason to download, but if it's bugging anyone else short-term
I think an option to keep messages like this one with debug = true isn't terrible though =]
I sneakily updated the file on the release page for v1.4.0 with an updated zip but am working on publishing 1.4.1 right now which disables both event debug lines that I left in accidentally. Besides the one you were spammed with, if an event is going on it logs instead the details of the event.
Thanks for posting an issue, made me move a bit faster on releasing an update -- I wasn't prioritizing it because it was just some logging at the debug level. It's clear between you and cruxcraft that server get run with debug logging on more than I thought.
I like the idea of adding toggles to disable some of the debug logging I do, you probably noticed debug messages for almost every action it takes.
1.4.1 is released now on all platforms and github.
The configs don't appear to have a toggle for debug logging which is filling my output with
[Debug :Valheim Discord Connector] Event check ran, no current events (or world isn't loaded yet).
Working around it with log filters but thought you may want to know.