fix(core): update
This commit is contained in:
parent
00e1b8d862
commit
9e8efc7dea
@ -22,7 +22,7 @@ tap.test('should create a standard log message', async () => {
|
|||||||
containerName: 'ci-mojoio-logdna',
|
containerName: 'ci-mojoio-logdna',
|
||||||
environment: 'test',
|
environment: 'test',
|
||||||
runtime: 'node',
|
runtime: 'node',
|
||||||
zone: 'ship.zone'
|
zone: 'shipzone'
|
||||||
},
|
},
|
||||||
message: 'this is an awesome log message :)'
|
message: 'this is an awesome log message :)'
|
||||||
});
|
});
|
||||||
|
@ -70,7 +70,7 @@ export class LogdnaMessage {
|
|||||||
env: smartlogPackageArg.context.environment,
|
env: smartlogPackageArg.context.environment,
|
||||||
hostname: smartlogPackageArg.context.zone,
|
hostname: smartlogPackageArg.context.zone,
|
||||||
level: smartlogPackageArg.level,
|
level: smartlogPackageArg.level,
|
||||||
app: smartlogPackageArg.context.zone,
|
app: smartlogPackageArg.context.containerName,
|
||||||
tags: (() => {
|
tags: (() => {
|
||||||
const tagArray: string[] = [];
|
const tagArray: string[] = [];
|
||||||
tagArray.push(smartlogPackageArg.context.company);
|
tagArray.push(smartlogPackageArg.context.company);
|
||||||
|
Loading…
Reference in New Issue
Block a user