Skip to content

Commit

Permalink
example: log clean json
Browse files Browse the repository at this point in the history
  • Loading branch information
edrzmr committed Aug 4, 2017
1 parent 4935280 commit 59729c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/log-generator/lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const log4jsConfig = {
type: 'console',
layout: {
type: 'pattern',
pattern: '%[%m%]%n'
pattern: '%m'
}
}]
}
Expand Down

0 comments on commit 59729c4

Please sign in to comment.