BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element file-min-size

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

Documentation
The size (1 - 65535 kilobytes) that triggers the server to move log
 messages to a separate file. After the log file reaches the specified 
 minimum size, the next time the server checks the file size, it will 
 rename the current log file as FileName.n and create 
 a new one to store subsequent messages. (Requires that you specify a 
 file rotation type of Size.)

 


 Default: 500
Properties
This component is not nillable.

Model
<file-min-size>

</file-min-size>

Source
<xs:element minOccurs="0" name="file-min-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation