Settings for the jdelog.properties File

The logging utility in the dynamic Java connector and the Java connector is built on top of java logging. The jdelog.properties file defines the settings for the logging configuration. The jdelog.properties file should be physically located in CLASSPATH.

The jdelog.properties File consists of three log files:

  • [E1LOG]

  • [LOG1]

  • [LOG2]

The following table provides a description of the parameters in each of the log files:

Parameter

Description

FILE

Set this value to the location of the log file.

LEVEL

Set this value to one of the following:

  • SEVERE

  • WARN

  • APP

  • DEBUG

Note: The levels are listed above in the order of their priority, with SEVERE being the highest priority and DEBUG being the lowest priority.

FORMAT

Set this value to one of the following:

  • APPS

  • TOOLS

  • TOOLS_THREAD

Note: In a Production environment, the FORMAT parameter should be set to APPS.

MAXFILESIZE

Set this value to the maximum file size of the log file. The default setting is 10MB. System performance can be affected if this value is set too high.

MAXBACKUPINDEX

Set this value to the maximum number of backups that need to be maintained. The default value is 20. System performance can be affected if this value is set too high.

COMPONENTS

Identify the components that need to be logged in the file. Components that you might use with a Java connector for interoperability include: JDBC, RUNTIME, INTEROP, JDBJ, EVENTPROCESSOR.

The Tools Reference and HTML Web Server Reference guides provide information for creating and managing jdelog.properties files.

See JD Edwards EnterpriseOne Deployment Server Reference Guide for your platform.

See JD Edwards EnterpriseOne HTML Server Reference Guide for your platform.