1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Remove sync call in logger

Winston already does it
This commit is contained in:
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()