This would update the logrotate configuration for mcelog to match the version used by unraid and prevent daily errors about a misconfigured size parameter.
file:
/etc/logrotate.d/mcelog
error:
'mcelog:6 keyword 'size' not properly separated, found 0x3d'
This would update the logrotate configuration for mcelog to match the version used by unraid and prevent daily errors about a misconfigured size parameter.
file: /etc/logrotate.d/mcelog
error: 'mcelog:6 keyword 'size' not properly separated, found 0x3d'
correction: 'size=+2048k' => 'size +2048k'