chiselstrike icon indicating copy to clipboard operation
chiselstrike copied to clipboard

Support debug logging in policy code

Open CodingDoug opened this issue 1 year ago • 0 comments

The inability to use console.log() will be problematic during debugging, especially for those just learning the system. We should have a function that only operates during development that allows logging. In production, logging would be disabled (or possibly temporarily enabled at the dashboard for diagnostics).

CodingDoug avatar Dec 09 '22 23:12 CodingDoug