refs #8140 fix scheduler-log pattern

This commit is contained in:
Juan Ferrer 2025-02-07 14:25:31 +01:00
parent 73d5ac435f
commit 539c7bfbd4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ logFile="/var/log/mysql/error.log"
dateFile="/tmp/mysql_scheduler_log-lastdate"
logSchema="util"
logTable="eventLog"
pattern='^\d{4}-\d{2}-\d{2}\s\d{1,2}:\d{2}:\d{2}\s\d+\s\[ERROR\] Event Scheduler:'
pattern='^\d{4}-\d{2}-\d{2}\s+\d{1,2}:\d{2}:\d{2}\s+\d+\s+\[ERROR\] Event Scheduler:'
purgeDays=30
quote() {