2022-10-26 17:16:32,264 - INFO - foobar - This message only once
2022-10-26 17:16:32,264 - INFO - foobar - This message only once again
2022-10-26 17:16:32,264 - INFO - foobar - This message multiple times
2022-10-26 17:16:32,265 - INFO - foobar - This message multiple times again
Actual output:
2022-10-26 17:16:32,264 - INFO - foobar - This message only once
2022-10-26 17:16:32,264 - INFO - foobar - This message only once again
2022-10-26 17:16:32,264 - INFO - foobar - This message multiple times
2022-10-26 17:16:32,264 [INFO] main: This message multiple times
2022-10-26 17:16:32,265 - INFO - foobar - This message multiple times again
2022-10-26 17:16:32,265 [INFO] main: This message multiple times again
Describe the bug
pyrtcm version 0.3.0
Any
pyrtcm.RTCMReader
calls cause a functioning unrelated logger to duplicate messages in multiple formats.To Reproduce
Execute the following minimal code:
Expected Behaviour
Expected output:
Actual output: