Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
keywords 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
John Stein committed Jun 14, 2019
1 parent 1bd558c commit 0dcd8c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jsonlog
# simple-json-log

Super simple JSON logger for Node.js

Expand Down
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ if (require.main === module) {
level: 'info',
messageLabel: 'message',
replaceMessageLabelWithLevel: true,
skipLevel: true
skipLevel: true,
skipTime: true,
indent: 2,
})
log.trace('hello trace')
log.debug('hello debug')
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "simple-json-log",
"version": "0.0.2",
"version": "0.0.5",
"keywords": "log logger logging node Node.js JSON simple easy",
"description": "Super simple JSON logger for Node.js",
"main": "index.js",
"author": "John Stein",
"dependencies": {
"moment": "^2.24.0"
},
"repository": {
"type": "git",
"url": "https://github.com/johndstein/simple-json-log.git"
}
}

0 comments on commit 0dcd8c0

Please sign in to comment.