UNPKG

@loftysoul/soul

Version:

The professional Content Management System, based ghost

16 lines (14 loc) 536 B
const config = require('../../config'), {logging} = require('ghost-ignition'); module.exports = logging({ name: config.get('logging:name'), env: config.get('env'), path: config.get('logging:path') || config.getContentPath('logs'), domain: config.get('url'), mode: config.get('logging:mode'), level: config.get('logging:level'), transports: config.get('logging:transports'), gelf: config.get('logging:gelf'), loggly: config.get('logging:loggly'), rotation: config.get('logging:rotation') });