As the system logs are available in admin pannel , if i want to have those logs in a file then how it can be implimented ?

There is no way to do this using the ui.  The logs are stored in the database though so if you wanted to dump them into a file you would have to write a script that queries the database and dumps it into the format that you want it in.

Write a Reply...