BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element log-file-severity

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The minimum severity of log messages going to the
 server log file. By default all messages go to the log file.
 Only messages of severity DEBUG and INFO can be stopped from
 going to the log file by setting the severity level.


 


 Default: weblogic.logging.Severities.DEBUG_TEXT
Properties
This component is not nillable.

Model
<log-file-severity>

</log-file-severity>

Source
<xs:element minOccurs="0" name="log-file-severity" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Debug"/>
<xs:enumeration value="Info"/>
<xs:enumeration value="Warning"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation