Is your feature request related to a problem? Please describe.
It would be easier to parse the Audit Log if all Entries have the same format.
Now i need to use a lot of regex to parse some entries in the audit.log file.
A standardized entry Format like Action: "What happened" would be nice
Describe the solution you'd like
A Format like in the Files Module would be great
|
'File renamed: "%s" to "%s"', |
The entries from this Line
|
'The %s "%s" with ID "%s" has been shared via link with permissions "%s" (Share ID: %s)', |
are hard to parse
Edit:
for example
'%s shared via link: \""%s" with ID "%s" has been shared via link with permissions "%s" (Share ID: %s)\"',
Is your feature request related to a problem? Please describe.
It would be easier to parse the Audit Log if all Entries have the same format.
Now i need to use a lot of regex to parse some entries in the audit.log file.
A standardized entry Format like Action: "What happened" would be nice
Describe the solution you'd like
A Format like in the Files Module would be great
server/apps/admin_audit/lib/Actions/Files.php
Line 58 in 7ba89c1
The entries from this Line
server/apps/admin_audit/lib/Actions/Sharing.php
Line 49 in 7ba89c1
Edit:
for example
'%s shared via link: \""%s" with ID "%s" has been shared via link with permissions "%s" (Share ID: %s)\"',