mirror of https://github.com/embarklabs/embark.git
5843a8e03e
## Issue Transaction logs for contracts that were unknown to Embark (ie not in the dapp) would often log super large objects (filling the terminal) that were not formatted with spaces so were hard to read without actually be that useful. In addition, occasionally the object logged would throw the error `TypeError: Converting circular structure to JSON`. ## Fix Set the log level for transaction logs that are not from a known contract to `debug`, so that they do not flood the terminal with often usused information. Use `util.inspect` to print the transaction log instead of `JSON.stringify` to prevent circular structure errors. |
||
---|---|---|
.. | ||
src | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
embark-transaction-logger
Transaction listener and logger for Embark
Visit embark.status.im to get started with Embark.