Kbase P173077: OEA: How to enable logging and generate log files in OpenEdge Architect?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/09/2010 |
|
Status: Unverified
GOAL:
OEA: How to enable logging and generate log files in OpenEdge Architect?
GOAL:
How to enable client logging and generate a client log file file in OpenEdge Architect?
GOAL:
How to turn on logging for the progress.log in OpenEdge Architect?
GOAL:
How to to turn on logging for the .log in OpenEdge Architect?
FACT(s) (Environment):
Windows
OpenEdge 10.2B
FIX:
1. To enable client logging and generate a client log file add startup parameters similar to the following under Project > Properties > OpenEdge:
-clientlog C:/log.txt -logginglevel 4 -logentrytypes 4GLTrace
2. To generate the progress.log and the .log files, open the %DLC%\oeide\eclipse\eclipse.ini file, append the following line at its and save it:
-Doeide.logging.types=IDECommands,IDE
The above steps create the three log files:
a. C:/log.txt
b. <workspace-dir>\.metadata\.plugins\com.openedge.pdt.project\<project-name>\progress.log
c. <workspace-dir>\.metadata\.log