Replies: 1 comment
-
Just wanted to add that I've downgraded Maddy for a short moment to be 100% sure and indeed, the "handler error" messages are not logged with 0.6.2. They start re-appearing when going back to 0.7, independent of any debug setting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting quite a few log entries like these:
...since the update to Maddy 0.7. The instance is running in a big Kubernetes environment and one of the [OTHER-IP]s resolves to a hostname that leads me to believe it is an instance of Blackbox Exporter that is probing Maddy. So I believe the probing was already happening before but I simply didn't get these log messages? Maddy configuration was untouched going from 0.6 to 0.7 and is running with
debug yes
on global level andio_debug yes
for the SMTP endpoint.Turning off logging (
debug no
andio_debug no
) does not prevent these error messages - which is probably because they don't have a log level associated with them. As I'm not able to stop the source of these probes, is there anything I can do to suppress the messages?Beta Was this translation helpful? Give feedback.
All reactions