Remove sync call in logger

Winston already does it
pull/4497/head
Chocobozzz 2021-10-22 16:25:16 +02:00
parent 36de29dfb2
commit 7fb2c60bbe
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 0 additions and 5 deletions

View File

@ -10,10 +10,6 @@ import { LOG_FILENAME } from '../initializers/constants'
const label = CONFIG.WEBSERVER.HOSTNAME + ':' + CONFIG.WEBSERVER.PORT
// Create the directory if it does not exist
// FIXME: use async
mkdirpSync(CONFIG.STORAGE.LOG_DIR)
function getLoggerReplacer () {
const seen = new WeakSet()

View File

@ -6,7 +6,6 @@ import { VideoRedundancyConfigFilter } from '@shared/models/redundancy/video-red
import { BroadcastMessageLevel } from '@shared/models/server'
import { VideosRedundancyStrategy } from '../../shared/models'
import { NSFWPolicyType } from '../../shared/models/videos/nsfw-policy.type'
// Do not use barrels, remain constants as independent as possible
import { buildPath, parseBytes, parseDurationToMs, root } from '../helpers/core-utils'
// Use a variable to reload the configuration if we need