How to use the info function from bunyan
Find comprehensive JavaScript bunyan.info code examples handpicked from public code repositorys.
216 217 218 219 220 221 222 223 224 225
// // submit to blockchain let tx = {}; tx = client.submitAndWait(signed.tx_blob) log.info({ hash: signed.hash }, "hash of the executed transaction"); return signed.hash; } catch (e) { throw new Error('Something went wrong when sigining the transaction') }
0
0
1
+ 2 other calls in file
bunyan.createLogger is the most popular function in bunyan (572 examples)