Debug logging for package extensions

Is it possible to enable debug logging for package extensions? I’m trying to simply do JULIA_DEBUG=TaijaParallel,TaijaParallel.MPIExt mpiexec -n 4 julia --project=$EXPERIMENT_DIR $EXPERIMENT_DIR/run_evaluation_grid.jl --config=$CONFIG but I’m only getting @debug logs from TaijaParallel.

I think you just use the name MPIExt, not TaijaParallel.MPIExt.

1 Like

Thanks!