Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move logger open into Process constructor #1445

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

tvami
Copy link
Member

@tvami tvami commented Sep 6, 2024

I am updating ldmx-sw, here are the details.

What are the issues that this addresses?

Part of #922
Specifically #922 (comment)

Check List

  • I successfully compiled ldmx-sw with my developments
  • I ran my developments and the following shows that they are successful.

This will get rid of the char difference issue are seeing in the logs.

[2024-09-06 12:12:33.350429] [0x00007fe2c6ce6bc0] [info]    In TrigScintDQM::configure, got parameters TriggerPad1SimHits and pad1
[2024-09-06 12:12:33.350453] [0x00007fe2c6ce6bc0] [info]    In TrigScintDQM::configure, got parameters TriggerPad2SimHits and pad2
[2024-09-06 12:12:33.350463] [0x00007fe2c6ce6bc0] [info]    In TrigScintDQM::configure, got parameters TriggerPad3SimHits and pad3
[2024-09-06 12:12:33.350474] [0x00007fe2c6ce6bc0] [info]    In TrigScintHitDQM::configure, got parameters trigScintDigisPad1 and pad1
[2024-09-06 12:12:33.350483] [0x00007fe2c6ce6bc0] [info]    In TrigScintHitDQM::configure, got parameters trigScintDigisPad2 and pad2
[2024-09-06 12:12:33.350492] [0x00007fe2c6ce6bc0] [info]    In TrigScintHitDQM::configure, got parameters trigScintDigisPad3 and pad3
[2024-09-06 12:12:33.350504] [0x00007fe2c6ce6bc0] [info]    In TrigScintClusterDQM::configure, got parameters TriggerPad1Clusters, pad = pad1, pass = 
[2024-09-06 12:12:33.350514] [0x00007fe2c6ce6bc0] [info]    In TrigScintClusterDQM::configure, got parameters TriggerPad2Clusters, pad = pad2, pass = 
[2024-09-06 12:12:33.350523] [0x00007fe2c6ce6bc0] [info]    In TrigScintClusterDQM::configure, got parameters TriggerPad3Clusters, pad = pad3, pass = 
[2024-09-06 12:12:33.350534] [0x00007fe2c6ce6bc0] [info]    In TrigScintTrackDQM::configure, got parameters TriggerPadTracks and 

is now

 [ TrigScintClusterPad1 ] 1 : In TrigScintClusterDQM::configure, got parameters TriggerPad1Clusters, pad = pad1, pass = 
 [ TrigScintClusterPad2 ] 1 : In TrigScintClusterDQM::configure, got parameters TriggerPad2Clusters, pad = pad2, pass = 
 [ TrigScintClusterPad3 ] 1 : In TrigScintClusterDQM::configure, got parameters TriggerPad3Clusters, pad = pad3, pass = 
 [ TrigScintTracks ] 1 : In TrigScintTrackDQM::configure, got parameters TriggerPadTracks and 

and also if I set the log level to 10 it's gone now (as it should)

@tvami tvami added the framework core processing module Framework label Sep 6, 2024
@tvami tvami merged commit d9a9025 into trunk Sep 6, 2024
3 checks passed
@tvami tvami deleted the iss922-part1-move-to-configure branch September 6, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework core processing module Framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants