Skip to content

Commit 2a75066

Browse files
committed
fix: missing .level
1 parent 688b930 commit 2a75066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libexec/environ.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ timeline_java_opts+=(
3131
-Djava.util.logging.manager=org.jlab.logging.SplitLogManager
3232
-D.level=WARNING # global log level
3333
-Dorg.freehep.math.minuit.level=OFF
34-
-Dorg.jlab.io.hipo=OFF
34+
-Dorg.jlab.io.hipo.level=OFF
3535
)
3636

3737
# export

0 commit comments

Comments
 (0)