Hello, i want to conditionally enable and disable the 'info' log level in a python script using PetscInfoAllow. Is this possible in principle? I have tried to write the missing wrapper for PetscInfoAllow in petsc4py (see https://bitbucket.org/petsc/petsc4py/issue/25). However, disabling the 'info' log level with PetscInfoAllow(PETSC_FALSE, NULL) has no effect. after it was enabled with PetscInfoAllow(PETSC_TRUE, NULL).
Best regards, Thomas
