Compare commits

...

4 Commits

Author SHA1 Message Date
e648a787e5 2.0.18 2019-01-30 03:24:47 +01:00
96bc87ecbd fix(readme): fix typo 2019-01-30 03:24:47 +01:00
de81a174f8 2.0.17 2019-01-30 03:23:57 +01:00
027216914d fix(readme): fix typo 2019-01-30 03:23:56 +01:00
3 changed files with 6 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartlog", "name": "@pushrocks/smartlog",
"version": "2.0.16", "version": "2.0.18",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartlog", "name": "@pushrocks/smartlog",
"version": "2.0.16", "version": "2.0.18",
"private": false, "private": false,
"description": "minimalistic distributed and extensible logging tool", "description": "minimalistic distributed and extensible logging tool",
"keywords": [ "keywords": [

View File

@ -26,10 +26,10 @@ smartlog id s minimal logging package that provides a consistent experience acro
import { Smartlog } from '@pushrocks/smartlog'; import { Smartlog } from '@pushrocks/smartlog';
const logger = new Smartlog({ const logger = new Smartlog({
{ {
company?: 'My awesome company', company: 'My awesome company',
companyunit?: 'my awesome cloud team', companyunit: 'my awesome cloud team',
containerName?: 'awesome-container', containerName: 'awesome-container',
environment: TEnvironment: 'kubernetes-production', environment: 'kubernetes-production',
runtime: 'node', runtime: 'node',
zone: 'zone x' zone: 'zone x'
} }