Navigation Menu

Skip to content

Commit

Permalink
Add "trace" fake logger
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 9, 2015
1 parent 72ccece commit c8bd623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/console-logger.js
Expand Up @@ -7,6 +7,8 @@ function ConsoleLogger() {
]
});
logger.transports.console.level = 'warn';
// simulate Ruby compatible log level
logger.trace = logger.silly;
return logger;
}

Expand Down

0 comments on commit c8bd623

Please sign in to comment.