js nodejsでオブジェクトをログ出力すると一部しか出力されない#
オブジェクトをJSON.stringfy()
で囲む
const obj = { hoge : 'fuga' }
console.log(JSON.stringfy(obj))
node.js - How do I see the full logs of a local invocation of a Lambda via SAM? - Stack Overflow
オブジェクトをJSON.stringfy()
で囲む
const obj = { hoge : 'fuga' }
console.log(JSON.stringfy(obj))
node.js - How do I see the full logs of a local invocation of a Lambda via SAM? - Stack Overflow