Bug #13750
CORSIKAGen too verbose
Occurs In:
Experiment:
LArSoft
Co-Assignees:
Description
I believe CORSIKAGen
module is emitting too much information on the console log.
Much of that can be set into the debug stream.
I propose a reduction as in branch feature/gp_QuieterCORSIKAGen
of larsim
.
The LOG_DEBUG
/LOG_TRACE
macros can be replaced by mf::LogDebug
/mf::LogTrace
if the option of printing that debugging information is needed also in the production (profiling) version.
History
#1 Updated by Katherine Lato over 3 years ago
- Status changed from New to Feedback
Gianluca will check with the author of the code.
#2 Updated by Gianluca Petrillo over 3 years ago
- Status changed from Feedback to Assigned
- Assignee set to Gianluca Petrillo
- % Done changed from 0 to 100
Matt Bass has replied privately:
I just has a look at your feature branch. Your changes look good tome, thanks for taking care of this.
I consider the feature branch to be ready to go in.
#3 Updated by Gianluca Petrillo over 3 years ago
- Status changed from Assigned to Resolved
#4 Updated by Gianluca Petrillo about 3 years ago
- Status changed from Resolved to Closed
This addresses LArSoft issue #13750.