Merge pull request #1002 from jessopb/changelogging

adds timestamp to logging
This commit is contained in:
jessopb 2019-04-18 15:04:00 -04:00 committed by GitHub
commit d84c964ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,9 @@ function configureLogging () {
// configure the winston logger
logger.configure({
transports: [
new (logger.transports.Console)({
new logger.transports.Console({
level: logLevel || 'debug',
timestamp : false,
timestamp: true,
colorize: true,
prettyPrint: true,
handleExceptions: true,