diff --git a/mysql/templates/log2mail.j2 b/mysql/templates/log2mail.j2 index 948c7f07..d9269788 100644 --- a/mysql/templates/log2mail.j2 +++ b/mysql/templates/log2mail.j2 @@ -22,3 +22,8 @@ file = /var/log/syslog pattern = "as a STORAGE ENGINE failed" mailto = {{ log2mail_alert_email or general_alert_email | mandatory }} template = /etc/log2mail/mail + +file = /var/log/syslog +pattern = "The total blob data length" +mailto = {{ log2mail_alert_email or general_alert_email | mandatory }} +template = /etc/log2mail/mail