Skip to content

Commit 81edca3

Browse files
committed
[XEN-3155] add the new env var to readme table
1 parent 3eb6f3c commit 81edca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ in the following tables, are the values that are used when the environment varia
8181
| JMX_ENABLED | false | -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.rmi.port=5000 -Dcom.sun.management.jmxremote.port=5000 -Djava.rmi.server.hostname=$JMX_RMI_HOST |
8282
| JMX_RMI_HOST | 0.0.0.0 | |
8383
| JAVA_OPTS_\<variable\>=\<value\> | \<value\> | \<variable\> |
84+
| LOG_LEVEL_\<org_package_name\>=\<value\> | | Sets the log level for org.package.name to the provided value |
8485
| JSON_LOGGING | false | When true, all logs will be in JSON. |
8586
| ACCESS_LOGGING | false | When true, access logs will be printed. These logs are always in JSON format |
8687
| EXIT_ON_FAILURE | true | When true, the Java process will exit when the application deployed in Tomcat fails to start. Can be turned of for debugging purposes. |

0 commit comments

Comments
 (0)