-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace fast-json-parse * Initial refactor to generic ndjson prettifier * Improve support for primitives * Move line joiner to utils and apply standard formatting * Move object prettification to utils function * Fix split in prettifyObject * Move "error" log prettification into utility function * Add support for string levels * Add "timestamp" as possible time key * v3.0.0-rc.1 * Remove Node 6 from Travis config * Add tests for utils.formatTime * Fix lint issue * Add tests for colors.js * Add docblock for joinLinesWithIndentation * Add tests for prettifyLevel * Add tests for prettifyMessage * Add tests for prettifyTime * Fix lint error * Pino seems to have changed order of some properties in the log. 🤷♂️ * Fix regex for time tests * Remove Node 12 until release * Add tests for prettifyMetadata * Added tests (#59) * test coverage for filtering out with search * obsolete check, ignored keys already filtered * basic tests for prettifyErrorLog & prettifyObject * Improve prettifyObject test and add docblock * Add docblock for prettifyErrorLog * Update readme * Update dependencies * v3.0.0-rc.2 * Remove Node 6 specific tests * Add back Node 12 to test suite * Fix tests for Node 12
- Loading branch information
Showing
14 changed files
with
977 additions
and
268 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
Oops, something went wrong.