minio/cmd/logger
Anis Elleuch a3b266761e
Fix audit loading from the env and consider enable env variable (#9467)
Audit was not working properly when enabled from the environment
caused by a typo in the code.

This commit fixes that but also consider the following variables:
  `MINIO_LOGGER_WEBHOOK_ENABLE_*` and 
`MINIO_AUDIT_WEBHOOK_ENABLE_*` so the user can use 
this latter to temporarily disable a logger or audit configuration.
2020-04-28 16:10:51 +05:30
..
message fix: admin console logger changes to log.Info 2020-03-20 15:14:14 -07:00
target fix: use specified authToken for audit/logger HTTP targets (#9249) 2020-04-01 20:53:07 -07:00
audit.go fix routing issue for esoteric characters in gorilla/mux (#8967) 2020-02-12 09:08:02 +05:30
config.go Fix audit loading from the env and consider enable env variable (#9467) 2020-04-28 16:10:51 +05:30
console.go Fix Windows console printing (#8805) 2020-01-13 13:05:51 -08:00
help.go Update help messages with new wording (#8616) 2019-12-06 13:53:51 -08:00
legacy.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
logger.go Allow logging targets to be configured to receive minio (#8347) 2019-10-11 18:50:54 -07:00
logonce.go Allow logging targets to be configured to receive minio (#8347) 2019-10-11 18:50:54 -07:00
reqinfo.go Add node address information to logs (#7941) 2019-07-18 09:58:37 -07:00
targets.go Allow logging targets to be configured to receive minio (#8347) 2019-10-11 18:50:54 -07:00
utils.go Fix Windows console printing (#8805) 2020-01-13 13:05:51 -08:00