JeffersonLab / hps-mc

HPS MC toolkit
1 stars 6 forks source link

Add component level logging #350

Closed JeremyMcCormick closed 1 year ago

JeremyMcCormick commented 1 year ago

Configure components so that they can print messages to their own dedicated logger. This should be a feature flag. Otherwise, they can print to the module logger.

There will likely be some other changes included in the PR like making log config part of the hpsmc package initialization rather than having it confined to the job module.