Этот коммит содержится в:
Agniva De Sarker
2020-05-15 21:27:15 +05:30
коммит произвёл GitHub
родитель 21af1f49f1
Коммит bb172aea71
6 изменённых файлов: 12 добавлений и 5 удалений

Просмотреть файл

@@ -136,7 +136,6 @@ func (s *Server) configureAudit(adt *audit.Audit) {
filter := adt.MakeFilter(RestLevel, RestContentLevel, RestPermsLevel, CLILevel)
formatter := adt.MakeJSONFormatter()
formatter.DisableTimestamp = false
formatter.Indent = "\n"
target, err := audit.NewFileTarget(filter, formatter, opts, maxQueueSize)
if err != nil {
mlog.Error("cannot configure File audit target", mlog.Err(err))