-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Our product uses FMW's 12.2.1.3 Oracle Diagnostic Logging(ODL) Framework for logging messages. In a traditional installation of a Weblogic domain with Enterprise Manager (EM) template selected, we were able to configure/modify below ODL's default behavior by using EM console UI -
- Log file size & Retention Policy - Configuring Log File Rotation
- Log Level of messages to be logged - Setting the Level of Information Written to Log Files
This Logging customization usually gets saved under <domain_home>/config/fmwconfig/<server-name>/logging.xml
Using WDT Model, we would like to achieve the same logging customization and build/deploy domain images with our product's preferred/recommended configuration. However, the existing documentation for Metamodel does not have enough information to cover this requirement.
Can you please provide a WDT model sample to configure FMW's ODL Logging in a Webogic domain?
As suggested by Carolyn R, adding below -
- Version: This is for FMW 12.2.1.3
- Timeline: It would be great if you can accommodate this request in your next release cycle.
PS: I have found this online WLST commands for configuring ODL - Logging Custom WLST Commands