User Guide

146 Configuration Files
Description
There are two types of scheduling: daily rotation and rotation that occurs when the log
exceeds a specified length.
Examples
<Schedule type="daily"></Schedule>
If the type attribute is daily, Flash Media Server rotates the log files every 24 hours.
<Schedule type="hh:mm"></Schedule>
If the type attribute is hh:mm, the timestamp 00:00 causes the file to rotate every midnight.
<Schedule type="duration"></Schedule>
If the type attribute is duration, rotation occurs when the duration of the log exceeds a
specified length. The duration is specified in minutes.
Located in
Access, Application, Diagnostic containers
See also
MaxSize,Time
ServerID
By default, the value of the ServerID tag is the IP address of the server whose events are being
logged.
See also
LogServer
Time
The Time field in a log file can be logged either in UTC (GMT) or local time.
Description
The setting for the Time tag can be used to override the server-wide configuration. The
default is local time.
See also
The Logging container in the Server.xml file.