You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
This project is currently using Winston for application logging. Log transports are configured in ./src/lib/log.mjs.
While running from the terminal logs should:
logs/error.log.logs/execution.log.While running from the vscode debugger logs should:
logs/error.log.logs/execution.log.Currently log files are being written as json and nothing is output to the debug console.