Skip to content
Snippets Groups Projects
Commit fc3ab5e5 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Increase log level for discarded emails.

Refers to #3
parent 71ee627e
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ namespace AutoTx
var delta = TimeUtils.MinutesSince(_status.LastAdminNotification);
if (delta < _config.AdminNotificationDelta) {
Log.Debug("Suppressed admin email, interval too short ({0} vs. {1}):\n\n{2}\n{3}",
Log.Warn("Suppressed admin email, interval too short ({0} vs. {1}):\n\n{2}\n{3}",
delta, _config.AdminNotificationDelta, subject, body);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment