Hi,
I tested the replacement of lines like : logger -i -p
local7.info "MESAGE" with a variable pointing to a local which can be configured by the user.
define the LOCAL variable on /etc/zmbackup/zmbackup.conf
then use it as logger -i -p $LOCAL.info "MESAGE"
I am using Centos7, and local7 for example is already used, so I guess making the change will make the logging more flexible.
Thanks.
Regards.