icecube / skymap_scanner

A distributed system that performs a likelihood scan of event directions for IceCube real-time alerts using CPU cluster(s) and queue-based message passing.
5 stars 2 forks source link

Use Local Loggers #256

Closed ric-evans closed 6 months ago

ric-evans commented 7 months ago

Switch to using the LOGGER = logging.getLogger(__name__) pattern, instead of reusing one for the entire (sub)package. I hope this will help with debugging, at the very least, it's a common pattern.