Logs from syslog related to rapidrecovery such as from bsctl/aavdisk is showing at /var/log/messages
Jan 1 13:27:20 localhost bsctl[3822]: ERROR: device /dev/sda1 not found. Possible it is not attached
Some customers might be monitoring the /var/log/messages or syslog and believe the logs to be unnecessary fluff that might need to be filtered off.
This can filtered from rsyslog configuration.
Please check /etc/rsyslog.d directory for the custom syslog configuration that is installed from Rapid Recovery.
For example, 80-bsctl.conf will have the following content
local6.* /var/log/apprecovery/bsctl.log
You just need to add one extra line
This will allow rsyslog to stop processing logs form local6 facility and will not send the logs elsewhere (i.e. /var/log/messages)
You can perform the same for other files such as aavdisk.
Please restart rsyslog for the change to take effect
RHEL6: service rsyslog restart
RHEL7: systemctl restart rsyslog
Note: The change will not persist across Rapid Recovery agent upgrades and you will need to edit this file again if you upgrade.