minio/cmd/logger
Anis Elleuch 9c5e971a58 Add new console/http loggers (#6066)
- Add console target logging, enabled by default.
- Add http target logging, which supports an endpoint
  with basic authentication (username/password are passed
  in the endpoint url itself)
- HTTP target logging is asynchronous and some logs can be
  dropped if channel buffer (10000) is full
2018-07-19 15:55:06 -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 Add new console/http loggers (#6066) 2018-07-19 15:55:06 -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 Cleanup stack trace in error logs (#6045) 2018-06-18 12:04:46 -07:00