gnomad_methods icon indicating copy to clipboard operation
gnomad_methods copied to clipboard

Logging strategy

Open lfrancioli opened this issue 5 years ago • 1 comments

At the moment, we use a single logger and not much thought was put into a good logging strategy for our messages throughout the library. Reviewing and developing a more principled logging strategy would be a neat thing to do.

lfrancioli avatar Feb 13 '20 17:02 lfrancioli

The Python docs provide some guidance for this: https://docs.python.org/3/howto/logging.html#configuring-logging-for-a-library

nawatts avatar Feb 13 '20 17:02 nawatts