mirror of
https://github.com/minio/minio.git
synced 2025-02-06 03:08:06 -05:00
Modified the LogIf function to log only if the error passed is not on the ignored errors list. Currently, only disk not found error is added to the list. Added a new function in logger package called LogAlwaysIf, which will print on any error. Fixes #5997