mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix tests
This commit is contained in:
parent
6a1e67b30a
commit
3d446a26ad
11 changed files with 21 additions and 11 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue