| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}log-fileType (extension)
Corresponds to LogFileMBean
Nested Element Summary | |
| file-count The maximum number of log files that the server creates when it rotates the log. |
| file-min-size The size (1 - 65535 kilobytes) that triggers the server to move log messages to a separate file. |
xs:string | file-name The name of the file that stores current log messages. |
| file-time-span The interval (in hours) at which the server saves old log messages to another file. |
xs:long | file-time-span-factor This factor is defined so that log rotation can be tested at a different frequency. |
xs:string | log-file-rotation-dir The directory where the rotated log files will be stored. |
xs:boolean | number-of-files-limited Indicates whether to limit the number of log files that this server instance creates to store old messages. |
xs:boolean | rotate-log-on-startup Specifies whether a server rotates its log file during its startup cycle. |
xs:string | rotation-time Determines the start time (hour and minute) for a time-based rotation sequence. |
| rotation-type Criteria for moving old log messages to a separate file. |
<xs:complexType name="log-fileType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="file-name" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="rotation-type" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="bySize"/><xs:enumeration value="byTime"/><xs:enumeration value="none"/></xs:restriction><xs:element minOccurs="0" name="number-of-files-limited" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="file-count" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="99999"/></xs:restriction><xs:element minOccurs="0" name="file-time-span" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/></xs:restriction><xs:element minOccurs="0" name="rotation-time" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="file-time-span-factor" nillable="false" type="xs:long">
</xs:element><xs:element minOccurs="0" name="file-min-size" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="65535"/></xs:restriction><xs:element minOccurs="0" name="rotate-log-on-startup" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="log-file-rotation-dir" nillable="true" type="xs:string"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |