MACROMEDIA FLASH MEDIA SERVER 2-MANAGING FLASH MEDIA SERVER Manual page 53

Managing flash media server
Table of Contents

Advertisement

For a more complete listing of all tags, see
Logger.xml file example
The Logger.xml file contains the following XML:
<Logger>
<Access>
<!-- Directory in which log files will be placed. By default -->
<!-- they are placed in logs/ in the server installation directory. -->
<Directory>${LOGGER.LOGDIR}</Directory>
<!-- Access log file name, everything inside the square brackets [] >
<!-- will be substituted -->
<!-- Y represents Year, only YYYY is allowed -->
<!-- M represents Month, only M or MM are allowed -->
<!-- D represents Day, only D or DD are allowed -->
<!-- N represents Version, there is no limit on number of N's -->
<!-- The number of each letter represents number of digits, for -->
<!-- example, April in M is 4 and in MM is 04 -->
<FileName>access.[YYYYMMDDNN].log</FileName>
<!-- The time field in a log file can be either in utc or local -->
<!-- The setting here can be used to override the server-wide
<!-- configuration, See <Logging> in Server.xml. -->
<!-- <Time></Time> -->
<Rotation>
<!-- Maximum file size in kilobytes (1024 bytes)-->
<MaxSize>10240</MaxSize>
<!-- Rotation Time, there are 2 types-->
<!-- If Type="daily", rotation only occurs every 24 hours, -->
<!-- and the format is hh:mm, for example 00:00 will rotate -->
<!-- every midnight -->
<!-- If type="duration", rotation occurs when the duration of -->
<!-- the log exceeds a certain length. -->
<!-- Duration takes a number in minutes. -->
<Schedule type="daily">00:00</Schedule>
<!-- Max number of log files to keep. Files will be named -->
<!-- access.log.1, access.log.2, access.log.3 etc. -->
<History>5</History>
</Rotation>
<!-- The following describes which events that can be logged. -->
<!-- The various events are as follows: -->
<!-- Event Name
<!-- ==========
<!--
1. connect-pending
"Logger.xml file" on page
Category-->
========-->
session -->
Logging client connections and other system events
134.
53

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash media server 2

Table of Contents