We do not have a cron log. For all the activities the log locations are System or Backend log.Cheers,Franco
filter f_cron { facility(cron); };destination d_local_cron { file( "/var/log/cron/cron_${YEAR}${MONTH}${DAY}.log" create-dirs(yes) flags(syslog-protocol) );};log { source(s_all); filter(f_cron); destination(d_local_cron);};
… destination(d_6bf9323eda944bbd9b28befeb8e2ce55);…