Cook

It can be hard to trace logs when running integration tests. Here's a way of printing them to the debug console

  1. add the following at ../packages/plugin-core/src/logger.ts (Private)
console.log(lvl + ": " + stringMsg);