Skip to content

Clean-up Logging configuration #3

@NotMyself

Description

@NotMyself

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

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions