Suppressing HADRONIC PROCESSES SUMMARY (verbose level 1)

How to do this?
I don’t need to look at this info EVERY time. In my code

  G4VModularPhysicsList* physicsList = new FTFP_BERT();
  physicsList->SetVerboseLevel(0); 
  runManager->SetUserInitialization(physicsList);

and in my macro I set

/control/verbose 0
/process/em/verbose 0
/process/verbose 0
/run/verbose 0
/run/initialize

but I still get all of this output that is frankly not immediately useful…
thx

Hello,

in Geant4 10.6p01 this is possible. Please, try out

/process/had/verbose 0

VI