
Logging client connections and other system events 39
Application log file
The application log records information about activities in application instances. This log is
used primarily for debugging (logging uncommon events that occur in an application
instance). Users can also add user-defined messages to the application log by using trace()
in
server-side scripting.
The default application log is application.xx.log, located in the subdirectory within the Flash
Media Server 2 logs directory. Flash Media Server 2 is configured, by default, to create one
application log per application instance. The application folder is located in the matching
vhost directory. The “xx” in the filename is a 2-digit number representing the history of the
application log. The most recent logs can be found in “application.00.log.”
The following table lists the fields in the application logs.
play 200 Successful.
400 Bad request (invalid arguments).
401 Access denied by application.
403 Play forbidden by stream module.
404 Stream not found.
415 Unsupported media type.
500 Server internal error.
publish 200 Successful.
400 Bad request (invalid arguments).
401 Access denied by application.
409 Stream is already being published
415 Unsupported media type.
500 Server internal error.
stop 200 Successful.
408 Stream stopped because client disconnected.
Field Event(s) Description
date all Date on which the event occurred.
time all Time at which the event occurred.
Field Status Code Description
Commenti su questo manuale