We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cfb5b commit 2cbc18aCopy full SHA for 2cbc18a
1 file changed
Server/src/bin/start-openas2.bat
@@ -32,7 +32,7 @@ rem set EXTRA_PARMS=%EXTRA_PARMS% -Dhttps.protocols=TLSv1.2
32
if NOT [%OPENAS2_LOGGING_BASE%]==[] goto skip_logging_base_set
33
set OPENAS2_LOGGING_BASE=%OPENAS2_BASE_DIR%\logs
34
:skip_logging_base_set
35
-set EXTRA_PARMS=%EXTRA_PARMS% DOPENAS2_LOG_DIR="%OPENAS2_LOGGING_BASE%"
+set EXTRA_PARMS=%EXTRA_PARMS% -DOPENAS2_LOG_DIR="%OPENAS2_LOGGING_BASE%"
36
37
rem Uncomment any of the following for enhanced debug
38
rem set EXTRA_PARMS=%EXTRA_PARMS% -Dmaillogger.debug.enabled=true
0 commit comments