* MM-23222 add file target (with rotation) to audit
* MM-23222 mirror syslog audits to local filesystem
* provides config options for file name, max size, max age
* rotates files based on max size and max age; delete as needed based on max backups
* include cluster id in log records
* sort meta data fields
11 строки
200 B
Modula-2
11 строки
200 B
Modula-2
module github.com/wiggin77/logr
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/francoispqt/gojay v1.2.13
|
|
github.com/wiggin77/cfg v1.0.2
|
|
github.com/wiggin77/merror v1.0.2
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
)
|