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

Option to persist logs? #103

Open
cmars opened this issue Jun 8, 2024 · 0 comments
Open

Option to persist logs? #103

cmars opened this issue Jun 8, 2024 · 0 comments

Comments

@cmars
Copy link
Owner

cmars commented Jun 8, 2024

Currently logs aren't persisted to files, just written on stdout. Should they be? I have mixed feelings on this one.

On one hand, piping to tee feels like the unix-y way to persist logs.

On the other hand:

  • Windows may not have a tee equivalent (no idea what PS would support here)
  • When distrans ships a UI front-end, a log file becomes more of a necessity
  • Not sure how tee would actually deal with the spinners and progress bars, that might actually make a mess

From feedback raised in #40 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant