minio/internal/logger
Harshavardhana 9ad6012782
simplify logger time and avoid possible crashes (#13986)
time.Format() is not necessary prematurely for JSON
marshalling, since JSON marshalling indeed defaults
to RFC3339Nano.

This also ensures the 'time' is remembered until its
logged and it is the same time when the 'caller'
invoked 'log' functions.
2021-12-23 15:33:54 -08:00
..
message simplify logger time and avoid possible crashes (#13986) 2021-12-23 15:33:54 -08:00
target simplify logger time and avoid possible crashes (#13986) 2021-12-23 15:33:54 -08:00
audit.go simplify logger time and avoid possible crashes (#13986) 2021-12-23 15:33:54 -08:00
config.go Add configurable channel queue_size for audit/logger webhook targets (#13819) 2021-12-20 13:16:53 -08:00
console.go simplify logger time and avoid possible crashes (#13986) 2021-12-23 15:33:54 -08:00
help.go Add configurable channel queue_size for audit/logger webhook targets (#13819) 2021-12-20 13:16:53 -08:00
legacy.go feat: Add support for kakfa audit logger target (#12678) 2021-07-13 09:39:13 -07:00
logger.go simplify logger time and avoid possible crashes (#13986) 2021-12-23 15:33:54 -08:00
logonce.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
reqinfo.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
targets.go Protect logger targets (#13529) 2021-10-28 07:35:28 -07:00
utils.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00