Skip to content

Commit

Permalink
Merge pull request #676 from gsteacy/master
Browse files Browse the repository at this point in the history
Fix default logLevel in README
  • Loading branch information
johnnyreilly committed Nov 1, 2017
2 parents 8a5de24 + ff019fe commit e4cbeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -212,7 +212,7 @@ Provide custom transformers - only compatible with TypeScript 2.3+ (and 2.4 if u
This is important if you read from stdout or stderr and for proper error handling.
The default value ensures that you can read from stdout e.g. via pipes or you use webpack -j to generate json output.

#### logLevel *(string) (default=info)*
#### logLevel *(string) (default=warn)*

Can be `info`, `warn` or `error` which limits the log output to the specified log level.
Beware of the fact that errors are written to stderr and everything else is written to stderr (or stdout if logInfoToStdOut is true).
Expand Down

0 comments on commit e4cbeb8

Please sign in to comment.