Fetch outbox to grab old activities tests

This commit is contained in:
Chocobozzz 2017-11-22 11:27:40 +01:00
parent c986175d68
commit c46edbc2f6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
11 changed files with 81 additions and 30 deletions

View file

@ -2,7 +2,6 @@ import { createReadStream } from 'fs'
import { join } from 'path'
import { createInterface } from 'readline'
import * as winston from 'winston'
import { readFileBufferPromise } from '../server/helpers/core-utils'
import { CONFIG } from '../server/initializers/constants'
const label = CONFIG.WEBSERVER.HOSTNAME + ':' + CONFIG.WEBSERVER.PORT
@ -16,7 +15,8 @@ const logger = new winston.Logger({
humanReadableUnhandledException: true,
json: false,
colorize: true,
prettyPrint: true
prettyPrint: true,
stderrLevels: []
})
],
exitOnError: true