Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 176
    • Merge requests 176
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !60063

Extend the setupLoggingLevels-method to allow setting the OutputLevel of converters

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Walter Lampl requested to merge wlampl/athena:converterOutputLevelSetting into master Jan 25, 2023
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 1

Setting the OutputLevel of a Converter is notoriously hard because Gaudi-Converters have no properties. The only way is to tell the MessageSvc that a particular component should have a particular OutputLevel.

This MR exends the functionality of the setupLoggingLevels method in AthenaConfiguration/utils.py to allow setting the OutputLevel also for components not known as config-time (like converters).

With this change, one can run for example: ATHENA_CORE_NUMBER=4 Reco_tf.py '--CA' '--AMI' 'q442' --multithreaded --preExec "ConfigFlags.Exec.DebugMessageComponents='AtlasIDDetDescrCnv'"

to enable DEBUG-level messaging from the AtlasIDDetDescrCnv

cc @mnowak since we discussed this issue over lunch ....

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: converterOutputLevelSetting