fix(readme): fix typo
This commit is contained in:
parent
34cc6cbed5
commit
027216914d
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user