Skip to content

Commit

Permalink
fix: duration is true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Jun 24, 2016
1 parent 295747f commit 21ce420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Initializes logger with appropriate options (logical defaults if no options supp
interface LoggerOptions {
level? : 'log' | 'console' | 'warn' | 'error' | 'info'; //default log
collapsed? : boolean; //Should log group be collapsed? default: false
duration? : boolean; //Print duration with action? default: false
duration? : boolean; //Print duration with action? default: true
timestamp? : boolean; //Print timestamp with action? default: true
stateTransformer? : (state : Object) => Object; //Transform state before print default: state => state
actionTransformer? : (actn : Object) => Object; //Transform action before print default: actn => actn
Expand Down

0 comments on commit 21ce420

Please sign in to comment.