This is a weird ask. but sometimes I want it
Especially when developing a Phoneix app, you’ll have a bunch of logs spamming your console: response/request, database, your own logging etc. On top of that you have some other logs you might want to look at that happen in a different part of the app/porcesses like logging from Oban workers.
Is there a way some how setup one terminal to only show database query logs, another to show your app logs another…
(I now realise this is probably some combination of tail with grep, but perhaps there’s a quick’n’easy way?)