-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `options.logLevel` can be a string, where its value must be 'debug', 'verbose', 'info', 'warn', or 'error' - `options.log` can be an object with {debug, verbose, info, warn, error} methods - When `options.log` is a function, its second argument will be the log level of the given message - When `options.log` is undefined, the `console` methods are used by default - When `options.log` is falsy (or `options.silent` is truthy), log messages are silenced - Some log messages have been tweaked, and log levels attached - The pool master now emits an 'error' event with the associated `Error` object
- Loading branch information
1 parent
7421553
commit e4e65d7
Showing
3 changed files
with
84 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters