]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/audit-logger.ts
Check auth plugin result
[github/Chocobozzz/PeerTube.git] / server / helpers / audit-logger.ts
index a4cfeef76c11cb0e0a50e48c29056f6ece7746a4..0bbfbc753e559a3ba89465ff18d43aac6e4268a7 100644 (file)
@@ -36,7 +36,7 @@ const auditLogger = winston.createLogger({
       maxFiles: 5,
       format: winston.format.combine(
         winston.format.timestamp(),
-        labelFormatter,
+        labelFormatter(),
         winston.format.splat(),
         jsonLoggerFormat
       )