Skip to content

DirectIOART: Fixing missing davix debug logging output

There was a bug in the test_directioart_tfileopen_rucioredirector.py script that caused the davix debug logging output to be suppressed although the level has been properly set. Changing the argument in ROOT.gEnv.SetValue("Davix.Debug", 3.0) from type integer to float does solve the problem.

Merge request reports