-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
beginner friendlybugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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:
- Write to stdout so it is viewable in a console.
- Write all errors in a human readable format to
logs/error.log. - Write all messages in a human readable format to
logs/execution.log.
While running from the vscode debugger logs should:
- Write to debug console so that it is viewable in vscode.
- Write all errors in a human readable format to
logs/error.log. - Write all messages in a human readable format to
logs/execution.log.
Currently log files are being written as json and nothing is output to the debug console.
Metadata
Metadata
Assignees
Labels
beginner friendlybugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed