reproject icon indicating copy to clipboard operation
reproject copied to clipboard

Document logging

Open astrofrog opened this issue 1 year ago • 0 comments

We should document the logging added in #450 - at the very least:

import logging
logging.basicConfig(level=logging.INFO)

but can also specifically set the logging level for the relevant sub-modules.

astrofrog avatar Jun 27 '24 12:06 astrofrog