Skip to content

Commit 9f12f7c

Browse files
committed
Fixed log4j property
1 parent 4cfeb13 commit 9f12f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/java-options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Undefined variables remain in the configuration.
66

77
-Xmx512m
8-
-Dlog4j.configurationFile="$METAFACTURE_HOME/log4j.xml"
8+
-Dlog4j.configuration="file:///$METAFACTURE_HOME/log4j.xml"
99

1010
# Append additional options defined in the
1111
# environment (The start-up script ensures

0 commit comments

Comments
 (0)