Automatically closed - issue fixed for 2 weeks with no activity.
Providing drush commands for interacting with this module will be great. Commands similar to core database logging can be used as reference.
E.g
// Display
drush show-logs (Display 10 records by default)
drush show-logs -limit 100 (Display 100 records)
drush show-logs --date 2021-03-08 (Display all records till date xxxx-xx-xx)
drush show-logs --date-from 2021-03-01 --date-to 2021-03-08 (Display all records of specified date range)
// Export
drush export-logs --format csv (A CSV or JSON file)
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.