fix(core): update

This commit is contained in:
2020-06-05 16:06:52 +00:00
parent 1339db1adf
commit 52cdf6f9fe
4 changed files with 28 additions and 11 deletions

View File

@ -71,7 +71,8 @@ export class LogdnaMessage {
line: smartlogPackageArg.message,
meta: {
...smartlogPackageArg.context,
logType: smartlogPackageArg.type
logType: smartlogPackageArg.type,
correlation: smartlogPackageArg.correlation
},
env: smartlogPackageArg.context.environment,
hostname: smartlogPackageArg.context.zone,