Canop / bacon

background rust code check
https://dystroy.org/bacon
GNU Affero General Public License v3.0
1.97k stars 73 forks source link

Is there a way to keep bacon from capturing the output? #250

Open matthewgapp opened 1 month ago

matthewgapp commented 1 month ago

Hey thanks for this project!

I'm thinking of migrating from cargo watch to bacon. But it's frustrating to run my server and navigate its log output via Bacon. I'd prefer that bacon simply output the raw logs from my server to my terminal so that I can use search and scroll functionality of my terminal to navigate the logs.

Is this possible today?