Where debug files are located when run UBE locally?

Andrew2009

Well Known Member
When I run a UBE locally, under Advanced, there are two check boxes, Logging and Tracing. I checked those two check boxes. After I ran the UBE, I went to look under the Print Queue folder on my machine but I don't see any log files. Do you know where it puts it?

Thanks
JDE 9.1
 
you can find debug file at location specified in jde.ini file.


[DEBUG]


DebugFile=c:\jdedebug.log
JobFile=c:\jde.log

Regards
Pintya
 
Local logs for jde & debug should be in root local drive(c:\jde.log or c:\jdedebug_xxxx.log) unless you have used a relative path in INI like ..//logs etc.

Chan
 
Back
Top