Logs file format
One log file is created by day with the filename in the format Y-m-d.
Each log is a list of rows in the fields format [[key::value]].
The fields are
- timestamp: Y-m-d h:i:s
- user: known user or IP-number
- name
- action
- referer
- time of execution
One row is created by the index.php. Code can create other rows with additional fields, as
- lang
- memory
- error
- label
- receiver
- ...
The logs can be viewed with Special:Logs.
''Defined in /inc/notify.php