You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several modules that use bole for logging and one of them is very chatty (on info level),
so it would be nice to have ability to filter output stream based on log names, so I can have separate file with app's only logs.
Is it something that could be done in the existing version?
Thank you.
The text was updated successfully, but these errors were encountered:
sorry about not responding to this earlier @alexindigo
I think the answer to this is probably no, but you could do it if you wanted to inspect the output, either JSON parsing or crossing your fingers and matching "level":"info" or similar.
If this is something someone wants to try and tackle then I'd entertain a PR, I'd just be on the lookout for significant increases in complexity and decreases in performance. bole was intended to be simple and fast.
I have several modules that use bole for logging and one of them is very chatty (on
info
level),so it would be nice to have ability to filter output stream based on log names, so I can have separate file with app's only logs.
Is it something that could be done in the existing version?
Thank you.
The text was updated successfully, but these errors were encountered: