Log profile properties

Description

Log profile properties are stored as .props files in the EAServer Repository/LogProfile directory. This release provides limited facilities for editing profiles in EAServer Manager.

You can install a log profile in a server by setting the server properties com.sybase.jaguar.server.logging.profile.debug and com.sybase.jaguar.server.logging.profile.prod.




com.sybase.jaguar.logprofile.description

Description

Specifies an optional description of the log profile.

Syntax

The text of the description.




com.sybase.jaguar.logprofile.name

Description

Specifies the log profile name.

Syntax

The name, which must match the base name of the properties file. For example, if the file is myprod.props, the name must be myprod.




com.sybase.jaguar.logprofile.subsystem

Description

Specifies the logging subsystem to be used.

Syntax

One of the following:

Value

To indicate

eas

The built-in EAServer logging system, as used in EAServer versions earlier than 5.0. To configure the output, set the additional properties described in Log profile Java Logging subsystem properties.

l4j

Apache Log4j. To configure the output, set the additional properties described in Log profile Log4j subsystem properties.

jdk

The java.util.logging system, available in JDK 1.4 and later JDK versions. This subsystem cannot be used in servers running JDK 1.3 or earlier. To use this subsystem, configure the additional properties described in Log profile Java Logging subsystem properties.