fix(core): update

This commit is contained in:
2021-07-07 01:05:16 +02:00
parent c71cff4011
commit 1308f16699
8 changed files with 53 additions and 43 deletions

View File

@@ -73,7 +73,7 @@ export class LogdnaMessage {
...smartlogPackageArg.context,
logType: smartlogPackageArg.type,
correlation: smartlogPackageArg.correlation,
data: smartlogPackageArg.data || {}
data: smartlogPackageArg.data || {},
},
env: smartlogPackageArg.context.environment,
hostname: smartlogPackageArg.context.zone,
@@ -86,7 +86,7 @@ export class LogdnaMessage {
return tagArray;
})(),
ip: '0.0.0.0',
mac: 'aa:aa:aa:aa:aa:aa'
mac: 'aa:aa:aa:aa:aa:aa',
});
}