Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change log file prefix from "SMTPFAILED" etc to more descriptive prefixes #425

Closed
mountaindude opened this issue May 2, 2022 · 0 comments · Fixed by #421
Closed

Change log file prefix from "SMTPFAILED" etc to more descriptive prefixes #425

mountaindude opened this issue May 2, 2022 · 0 comments · Fixed by #421
Milestone

Comments

@mountaindude
Copy link
Collaborator

SMTPFAILED and other similar prefixes in the Butler log files (and in the console log) has proven to be confusing for Butler users. Change it to something more descriptive, for example "TASK FAILED ALERT EMAIL".

For example:

2022-05-02T12:09:11.877Z info: SMTPFAILED: Rate limiting ok: Sending reload failure notification email for task "Manually triggered reload of Always failing reload (no delay)"

Same thing for other alert email prefixes:

SMTPFAILED > "TASK FAILED ALERT EMAIL"
SIGNL4FAILED > "TASK FAILED ALERT SIGNL4"
NEWRELIC TASK FAIL > "TASK FAILED ALERT NEWRELIC"
SLACKFAILED > "TASK FAILED ALERT SLACK"
TEAMSFAILED > "TASK FAILED ALERT TEAMS"

SMTPABORTED > "TASK ABORTED ALERT EMAIL"
SIGNL4ABORTED > "TASK ABORTED ALERT SIGNL4"
NEWRELIC TASK ABORTED > "TASK ABORTED ALERT NEWRELIC"
SLACKABORTED > "TASK ABORTED ALERT SLACK"
TEAMSABORTED > "TASK ABORTED ALERT TEAMS"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant