Extended Log Format
   HOME

TheInfoList



OR:

{{No footnotes, date=July 2023 Extended Log Format (ELF) is a standardized text file format that is used by web servers when generating
log files In computing, logging is the act of keeping a log of events that occur in a computer system, such as problems, errors or broad information on current operations. These events may occur in the operating system or in other software. A message or ' ...
. In comparison to the
Common Log Format For computer log management, the Common Log Format, also known as the NCSA Common log format, (after NCSA HTTPd) is a standardized text file format used by web servers when generating server log files. Because the format is standardized, the fil ...
(CLF), ELF provides more information and flexibility.


Example

#Version: 1.0
#Date: 12-Jan-1996 00:00:00
#Fields: time cs-method cs-uri
00:34:23 GET /foo/bar.html
12:21:16 GET /foo/bar.html
12:45:52 GET /foo/bar.html
12:57:34 GET /foo/bar.html


See also

*
Common Log Format For computer log management, the Common Log Format, also known as the NCSA Common log format, (after NCSA HTTPd) is a standardized text file format used by web servers when generating server log files. Because the format is standardized, the fil ...


Sources


Extended Log File Format
*as described in the documentation of the World Wide Web consortia webserver ( W3C httpd). Log file formats