refs #8140 fix cron and scheduler-log script #67

Merged
xavi merged 2 commits from 8140-fixSchedulerLog into main 2025-02-07 13:38:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 539c7bfbd4 - Show all commits

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() {