minio/cmd/logger
kannappanr 0286e61aee Log disk not found error just once (#6059)
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
2018-08-14 13:58:48 -07:00
..
console.go Add new console/http loggers (#6066) 2018-07-19 15:55:06 -07:00
http.go Add new console/http loggers (#6066) 2018-07-19 15:55:06 -07:00
logger.go Log disk not found error just once (#6059) 2018-08-14 13:58:48 -07:00
logonce.go Log errors only once for event notification errors (#5905) 2018-05-09 15:59:45 -07:00
reqinfo.go fix shadowing issue in logger (#5830) 2018-04-16 13:36:45 -07:00
targets.go Add new console/http loggers (#6066) 2018-07-19 15:55:06 -07:00
utils.go Support dumb terminals by turning off color (#6246) 2018-08-06 18:16:49 +05:30