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

[DUX-2225] Read logs from file #226

Open
9999years opened this issue Apr 30, 2024 · 0 comments
Open

[DUX-2225] Read logs from file #226

9999years opened this issue Apr 30, 2024 · 0 comments
Assignees
Labels
linear Created by Linear-GitHub Sync

Comments

@9999years
Copy link
Member

Because ghciwatch reads ghci's output and expects it to be structured in a standard way, it can't cope with programs that output to stdout (or stderr) asynchronously (see ndmitchell/ghcid#137).

To make this easier for frameworks that output logs (like Yesod), we should have an option to read logs asynchronously from a file. If provided, writes to the given file will show up in ghciwatch's output (but not ghci's output).

From SyncLinear.com | DUX-2225

@github-actions github-actions bot added the linear Created by Linear-GitHub Sync label Apr 30, 2024
@9999years 9999years self-assigned this May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant