Skip to content
Snippets Groups Projects
Commit 8c92c9fa authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

add timestamps to all log entries. closes #541

parent bcb5c4de
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ var filename = path.join(log_path, configuration.get('process_type') + ".log");
exports.logger = new (winston.Logger)({
transports: [new (winston.transports.File)({
timestamp: true,
filename: filename,
colorize: true,
handleExceptions: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment