Configuring system logging

(CR #473658) The section “Configuring system logging” describes how to customize the location of the system log files, but the name of the variable (DJC_JVM_ARGS) is incorrect. The correct variable is DJC_JVM_USER_ARGS; for example:

set DJC_JVM_USER_ARGS=%DJC_JVM_USER_ARGS% -Ddjc.logFile=/myserver/myserver.log 
-Ddjc.logFileMaxSize=5m -Ddjc.logFileRotation=true

NoteIf you customize the location of the system log files, only the HTTP log is rotated; the server log is not.