What is this meant for serverlog=0 ?
Hi, normally we turn on fatclient debug log by jz changing to output=file...what if the serverLog=1
will it save the debug log into enterprise server instead of local fat client or both of them..
Logging Interactive Application Issues for a Windows Client
Set client ini as follows and clear logs prior to starting the application.
Client ini:
[DEBUG]
TAMMultiUserOn=0
Output=FILE
ServerLog=0
LEVEL=BSFN,EVENTS
;BSFN,EVENTS,SF_CONTROL,SF_GRID,SF_PARENT_CHILD,SF_GENERAL,SF_MESSAGING,SF_WORKFLOW,SF_WORKFLOW_ADMIN,SF_MEDIA_OBJ
DebugFile=c:\jdedebug.log
JobFile=c:\jde.log
If errors appear in the jde.log and it is necessary to find the exact point in the jdedebug.log when they occur, the log file output paths can be combined as follows. This will produce one log that contains both jde and debug logs.