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:
While running from the vscode debugger logs should:
Currently log files are being written as json and nothing is output to the debug console.
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.