Jump to content

Extended Log Format

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Pngdeity (talk | contribs) at 00:40, 4 January 2024 (removed Category:Computer file formats using HotCat). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Extended Log Format (ELF) is a standardized text file format that is used by web servers when generating log files. In comparison to the Common Log Format (CLF), ELF provides more information and flexibility.

Example

[edit]
#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

[edit]

Sources

[edit]