refactor audit logging

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2022-03-08 15:41:49 +01:00
parent 1609bb3a7c
commit 773ada6873
2 changed files with 52 additions and 26 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func Server(cfg *config.Config) *cli.Command {
return err
}
svc.StartAuditLogger(cfg.Auditlog, evts, logger)
svc.AuditLoggerFromConfig(cfg.Auditlog, evts, logger)
return nil
},
}