|
Application log fileThe 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).
The default application log is application.xx.log, located in
the subdirectory within the Flash Media Server logs directory. Flash
Media Server is configured, by default, to create one application
log per application instance. The application folder is located
in the matching virtual host directory. The “xx” in the filename
is a two-digit number representing the history of the application
log. The most recent logs can be found in application.00.log.
Fields in application logs
Field
|
Event(s)
|
Description
|
date
|
All
|
Date of the event.
|
time
|
All
|
Time of the event.
|
x-pid
|
All
|
Server process ID.
|
x-status
|
All
|
Status code: The code is a 10-character
string that represents the severity, category, and message ID.
The
first three characters represent severity, as follows:
(w)
= warning
(e) = error
(i) = information
(d) =
debug
(s) = trace from server-side script
(_) = unknown
The
next three characters represent category. All categories are listed
in Status categories in diagnostic logs.
The last four characters
represent message ID. All message IDs are listed in Diagnostic Log Messages.
|
x-ctx
|
All
|
Event-dependent context information.
|
|
|
|