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

Fix tests

This commit is contained in:
Chocobozzz 2016-03-07 18:53:03 +01:00
parent 6a1e67b30a
commit 3d446a26ad
11 changed files with 21 additions and 11 deletions

View file

@ -6,7 +6,7 @@ var path = require('path')
var winston = require('winston')
winston.emitErrs = true
var logDir = path.join(__dirname, '..', config.get('storage.logs'))
var logDir = path.join(__dirname, '..', '..', config.get('storage.logs'))
var logger = new winston.Logger({
transports: [
new winston.transports.File({