Configuring Multiple Logging Outputs
To set more than one output destination:
Add additional appender-ref
elements to the logger.
Sample
The following sample enables you to place copies of the same log file in multiple locations.
Your suggested change has been received. Thank you.
Please Note:
To set more than one output destination:
Add additional appender-ref
elements to the logger.
The following sample enables you to place copies of the same log file in multiple locations.
<logger name="ingrian" level="DEBUG" >
<appender-ref ref="OUTPUT_ONE" />
<appender-ref ref="OUTPUT_TWO" />
</logger>
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….