Will
Will

Reputation: 8631

Repressing logging from another package

My code requests a DB to see if an object is present and then sets a value. The problem is even if the object is present, my logs get flooded with their logging code. How can I suppress these logging statements?

Upvotes: 0

Views: 34

Answers (1)

Angelo Fuchs
Angelo Fuchs

Reputation: 9941

Yes! If you provide information about what logging system you use and other systematic information that could be helpful (like what db, where are the logs you want to suppress etc.) then someone will tell you how it can be done in your situation.

Upvotes: 1

Related Questions