Content deleted Content added
m Dating maintenance tags: {{Too many see alsos}} |
Suntooooth (talk | contribs) Pruned see also list and fixed errors |
||
Line 16:
''Event logs'' record events taking place in the execution of a system in order to provide an [[audit trail]] that can be used to understand the activity of the system and to diagnose problems. They are essential to understand the activities of complex systems, particularly in the case of applications with little user interaction (such as [[Server (computing)|server]] applications).
It can also be useful to combine log file entries from multiple sources. This approach, in combination with [[statistical analysis]], may yield [[Statistical correlation|correlations]] between seemingly unrelated events on different servers. Other solutions employ network-wide querying and [[report]]ing.<ref>{{Cite web|url=https://learn.microsoft.com/en-us/sql/relational-databases/logs/log-file-viewer|title=Log File Viewer - SQL Server|website=learn.microsoft.com}}</ref><ref name="auto">{{Cite web |title=Extended Log File Format |url=https://www.org
== Transaction logs ==
Line 39:
A ''server log'' is a log file (or several files) automatically created and maintained by a [[Server (computing)|server]] consisting of a list of activities it performed.
A typical example is a [[Webserver directory index|web server]] log which maintains a history of page requests. The [[World Wide Web Consortium|W3C]] maintains a standard format (the [[
These files are usually not accessible to general Internet users, only to the [[webmaster]] or other administrative person of an Internet service. A statistical analysis of the server log may be used to examine traffic patterns by time of day, day of week, referrer, or user agent. Efficient web site administration, adequate hosting resources and the fine tuning of sales efforts can be aided by analysis of the web server logs.
== See also ==
* {{annotated link|Digital traces}}
* {{annotated link|Log management and intelligence}}
* {{annotated link|Logging as a Service
* {{annotated link|XML log}}
|