To change the log profile used in a server, display the Log/Trace tab in the Server Properties dialog box. To change the profiles using jagtool, set the following server properties:
com.sybase.jaguar.server.logging.profile.debug specifies the name of the log profile used in the debug server.
com.sybase.jaguar.server.logging.profile.prod specifies the name of the log profile used in the production server.
EAServer installs several predefined log profiles, as listed in Table 3-12.
Profile name |
Description |
---|---|
debug |
Default logging profile for debug servers. Supports the logging mechanism used in versions of EAServer earlier than 5.0. |
prod |
Default logging profile for production servers. Supports the logging mechanism used in versions of EAServer earlier than 5.0. |
debug_jdk |
Supports the JDK 1.4 java.util.logging package, configured for use in debug servers. The server must be started with JDK 1.4 to use this profile. |
prod_jdk |
Supports the JDK 1.4 java.util.logging package, configured for use in production servers. The server must be started with JDK 1.4 to use this profile. |
debug_l4j |
Supports Log4j, configured for use in debug servers. |
prod_l4j |
Supports Log4j, configured for use in production servers. |
Copyright © 2005. Sybase Inc. All rights reserved. |