console-log-json icon indicating copy to clipboard operation
console-log-json copied to clipboard

when <no-message-was-passed-to-console-log> is triggered it should keep the original opinionated sorting order

Open hiro5id opened this issue 6 years ago • 0 comments

right now it ends up on the end sort of like this

{
    "level": "info",
    "@filename": "/privacy-comms-contacts-getter/dist/src/app.js",
    "@logCallStack": "xxxxxxxxx",
    "@packageName": "xxxxxx",
    "BATCHID": "xxxx",
    "message": "<no-message-was-passed-to-console-log>",
    "@timestamp": "2019-12-12T20:23:41.779Z"
}

hiro5id avatar Dec 12 '19 20:12 hiro5id