Export Logs

Component ID

2566969

Component name

Export Logs

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1323

Component created

Component changed

Component body

Sometimes you want to debug the code quickly and there is a need that you do not have much time for it. If you go to Drupal`s log message report, it will contain lot of pages and you need to walk through all of the pages. Here in this module; you do not have to navigate anywhere and you have to set no configuration just simply call a url and export the logs.
The logs will be in text file which is properly formatted. One can easily find the error or text for which developer looks mainly.
It saves lot of time rather than clicking multiple times and navigating through multiple pages.
This module is flexible enough to handle 'n' number of records. It does little calculation and within the seconds it generates the log file on the fly.
Very useful in fixing production issues and ideal for development.

How it works ?

1. Type simply explog in address bar.
Example: http://sitename/explog

2. For fetching n number of records. please type like below.
Examples:
http://sitename/explog?fetch=100
http://sitename/explog?fetch=500

For CSV
http://sitename/explog?fetch=100&format=csv