
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Linux, but affects all platforms.
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
LOGCXX-28
Appender threshold cannot be set in configuration files
|
|
|
|
|
|
|
|
| Resolution Date: |
22/Oct/04 02:28 PM
|
|
The threshold of an appender cannot be configured using
the Property- or DOMConfigurator, because AppenderSkeleton
lacks a properly implemented setOption method.
For example:
log4j.properties: log4j.appender.faultAppender.Threshold=WARN
log4j.xml: <param name="Threshold" value="WARN" />
|
|
Description
|
The threshold of an appender cannot be configured using
the Property- or DOMConfigurator, because AppenderSkeleton
lacks a properly implemented setOption method.
For example:
log4j.properties: log4j.appender.faultAppender.Threshold=WARN
log4j.xml: <param name="Threshold" value="WARN" />
|
Show » |
|
LOGCXX-28.