mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add SQL query support in plugins
This commit is contained in:
parent
bc0d801bb7
commit
1b05d82d86
10 changed files with 110 additions and 9 deletions
|
@ -36,7 +36,7 @@ const auditLogger = winston.createLogger({
|
|||
maxFiles: 5,
|
||||
format: winston.format.combine(
|
||||
winston.format.timestamp(),
|
||||
labelFormatter,
|
||||
labelFormatter(),
|
||||
winston.format.splat(),
|
||||
jsonLoggerFormat
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue