Define Settings Scope
As with most application properties, you can define global (cluster-wide) logging settings, or define them locally for each application server, where local settings overwrite global settings.
Uploading Logging Configuration Files
For maintenance reasons or during application development, you may need additional logback configuration file includes, which are loaded and applied at runtime.
To upload logback configuration includes:
Deleting Configuration Files
Appender Options: Level Filters and Categories
All appenders defined for Intershop Commerce Management via the logback-*.xml configuration files can be customized in Intershop System Management by defining log level filters and assigning log categories. The following table lists the appenders and their corresponding settings as available by default.
| Appender | Level Filter | Assigned Categories |
|---|---|---|
| Audits | root, com.intershop.beehive.core.internal.request | |
| Debug | Debug | |
| Error | Fixed Error | root, com.intershop.beehive.core.internal.request |
| ImpexError | Warn | root, com.intershop.beehive.core.internal.request |
| Job | Info | root, com.intershop.beehive.core.internal.request |
| ServerStartupConsole | org.apache.catalina.startup.Catalina | |
| TraceConsole | ||
| Warn | Fixed Warn | root, com.intershop.beehive.core.internal.request |
| WarnConsole | Warn |