Skip to content

Commit

Permalink
A: add level
Browse files Browse the repository at this point in the history
  • Loading branch information
leoner committed Jul 17, 2013
1 parent bf4a17e commit 3f1b13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.js
Expand Up @@ -81,7 +81,7 @@ if (debug) {
var logger = tracer.colorConsole({
level: 'log',
format: [
'{{file}} {{message}} (in {{file}}:{{line}})', //default format
'[{{title}}] {{message}} (in {{file}}:{{line}})', //default format
{
error : errorFormat
}
Expand Down

0 comments on commit 3f1b13f

Please sign in to comment.