Closed Lukas113 closed 1 year ago
0 tests ±0 0 :heavy_check_mark: ±0 0s :stopwatch: ±0s 0 suites ±0 0 :zzz: ±0 0 files ±0 0 :x: ±0
Results for commit 5623ad6d. ± Comparison against base commit de9034b3.
:recycle: This comment has been updated with latest results.
Added CaptureSpam to karabo_resource.py to be able to capture third-party library spam-messages.
Should be good enough. I tested it with all print-options (not logging). The only drawback is, that it can only check for each new-line if it has already been printed. So if e.g. a third-party library wraps their output in something like "--------------------\n" multiple times, it gets captured after the first time. It's also not able to capture with regex, just exact-match. But for the second case, CaptureSpam could be extended to support capturing by regex (I think).