Cook
print out log statements
It can be hard to trace logs when running integration tests. Here's a way of printing them to the debug console
- add the following at ../packages/plugin-core/src/logger.ts (Private)
console.log(lvl + ": " + stringMsg);