GT-2725: Preventing log4j from using optional jansi.dll on Windows

(#286).
This commit is contained in:
Ryan Kurtz 2019-04-03 10:27:34 -04:00
parent 9ba25cb99c
commit a252ec1c1f

View File

@ -68,3 +68,6 @@ VMARGS=-Dfont.size.override=
# generates uncaught exceptions. Disabling it can be helpful when trying to debug what went
# wrong because the ContinuesIntercepter affects the usefulness of the stack trace.
#VMARGS=-DContinuesInterceptor.disabled
# Prevent log4j from using the Jansi DLL on Windows.
VMARGS=-Dlog4j.skipJansi=true