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

@@ -53,9 +53,9 @@ const smartlogPackage: ILogPackage = {
containerName: 'ci-mojoio-logdna',
environment: 'test',
runtime: 'node',
zone: 'shipzone'
zone: 'shipzone',
},
message: 'this is an awesome log message sent by the tapbundle test'
message: 'this is an awesome log message sent by the tapbundle test',
};
const logdnaMessage = LogdnaMessage.fromSmartLogPackage(smartlogPackage);