lighter weight options to Python's logging package?

S

skip

We use the standard logging package and frequently bump into performance
issues with it (we log a lot of information). When that happens, we then go
through our code and dump a bunch of logging calls we think we can live
without. This invariably causes problems because we get overzealous and
delete something we needed and are then unable to do some bit of post-mortem
debugging until we add back in the missing logging and cut another release.

Before I consider writing something from scratch, is there something lighter
weight "floating around" out there already?

Thanks,

Skip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top