Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to log #7

Open
chshersh opened this issue Jun 23, 2024 · 0 comments
Open

Add ability to log #7

chshersh opened this issue Jun 23, 2024 · 0 comments
Assignees
Labels
component: DX Linters, CI, developer experience improvements priority: medium Issues with medium priority, can be worked on if there're no high priority issues type: feature New feature request

Comments

@chshersh
Copy link
Owner

Since all the work is done behind the scenes and only TUI is shown, it can be really hard to know what's going on. This issue proposes to add support for optional logging. It can be useful for debugging issues.

Specifically,

  1. Add a CLI flag for an optional path to logs
  2. Add logger to the project to output data in the specified file (only when the file is given)
  3. Add log lines

At this point, I can see the following relevant log lines:

  • Cloning repo
  • Reading file contents
  • Every time bat is called
  • Received events

This should be a good start.

@chshersh chshersh added type: feature New feature request component: DX Linters, CI, developer experience improvements priority: medium Issues with medium priority, can be worked on if there're no high priority issues labels Jun 23, 2024
@chshersh chshersh self-assigned this Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: DX Linters, CI, developer experience improvements priority: medium Issues with medium priority, can be worked on if there're no high priority issues type: feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant