Idea: A gort logs
command to allow easier access to audit logs
#156
Labels
enhancement
New feature or request
gort logs
command to allow easier access to audit logs
#156
Currently audit logs are written to the database, but access to them requires querying the table directly. A
gort logs
command would be very helpful.gort:auditor
permission.--from <date>
-- Start date/time--to <date>
-- End date/time--duration <time>
--from
specified: the amount of time forward from thefrom
date/time--to
specified: the amount of time backwards from theto
date/time-f
-- FollowThis will require the following changes:
The text was updated successfully, but these errors were encountered: