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.
Specifies an optional description of the log profile.
The text of the description.
Specifies the log profile name.
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
.
Specifies the logging subsystem to be used.
One of the following:
Value |
To indicate |
---|---|
|
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. |
|
Apache Log4j. To configure the output, set the additional properties described in Log profile Log4j subsystem properties. |
|
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. |
Copyright © 2005. Sybase Inc. All rights reserved. |