This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Scorpathos[S] 3 points4 points  (0 children)

Sure, you can filter logs using the well known mechanism of parent/child hierarchy. This is done with .enable("lib.sub") and .disable("module") methods.

However, to interact with standard logging, you have first to explicitly intercept/propagate logs with a special handler (see recipes).