Skip to content
Snippets Groups Projects
Commit 62a6601e authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TriggerMenuMT: add custom log formatter

Add a custom `logging` formatter for all child loggers in the
TriggerMenuMT package. Due to the deep module hierarchy, logger names
often become too long and make log file reading difficult. The custom
formatter now only shows the first and last module name, e.g.:

Py:TriggerMenuMT.HLTMenuConfig.UnconventionalTracking.FullScanLRTConfiguration
becomes
Py:TriggerMenuMT:FullScanLRTConfiguration

Also remove all custom logger names and use the module `__name__`
consistently.
parent fe040508
No related branches found
No related tags found
Loading
Showing
with 20 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment