-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureAn enhancement to the projectAn enhancement to the project
Description
This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/26054 (FNAL account required)
Originally created by @PetrilloAtWork on 2021-07-19 20:10:35
When not initialising MessageFacility explicitly, the verbosity level in gallery is set to DEBUG, which yields messages like
Product created with id: [xxx] from canonical product name: ...
.
Supposing that MessageFacility gets initialised somewhere by gallery, I would like that initialisation to set rather a INFO or WARNING level.
Steps to reproduce:
- have an art/ROOT file ready with some data product
tag - set up gallery and whatever it takes to correctly read that file
- start a Python session:
import ROOT
events = ROOT.gallery.Event(ROOT.std.vector[ROOT.std.string]([ "my/input/file.root" ]))
events.getValidHandle[ROOT.std.vector[ROOT.my.dataProduct]](ROOT.art.InputTag("tag"))Metadata
Metadata
Assignees
Labels
featureAn enhancement to the projectAn enhancement to the project
Type
Projects
Status
No status