Is there a way to export a manager log?

Wondering if there is an easy way to export a manager log. Was looking for something like FormIt database where you have the option to export as CSV

As far as I can tell, there is no such function.

Maybe you can just export the database table (modx_manager_log) as CSV from phpMyAdmin.
Or you could write your own snippet/processor to export the data that uses/extends/takes inspiration from the class modSystemLogGetListProcessor.

Thank you for the feedback. Might give the snippet idea a try.

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.