Fix formatting of container.javaOptions section

Change-Id: I9e35dfc5b57bed862443e12fbeeb1e173e101bcd
This commit is contained in:
David Pursehouse
2020-02-10 14:22:43 +09:00
parent 59ed05a6ed
commit a70a60cf1f

View File

@@ -1503,10 +1503,10 @@ a suitable JRE. Overrides the environment variable 'JAVA_HOME'.
Additional options to pass along to the Java runtime. If multiple Additional options to pass along to the Java runtime. If multiple
values are configured, they are passed in order on the command line, values are configured, they are passed in order on the command line,
separated by spaces. These options are appended onto 'JAVA_OPTIONS'. separated by spaces. These options are appended onto 'JAVA_OPTIONS'.
+
For example, it is possible to overwrite Gerrit's default log4j For example, it is possible to overwrite Gerrit's default log4j
configuration: configuration:
+
---- ----
javaOptions = -Dlog4j.configuration=file:///home/gerrit/site/etc/log4j.properties javaOptions = -Dlog4j.configuration=file:///home/gerrit/site/etc/log4j.properties
---- ----