X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d01823b167d1a9715fff727155529402e3b053d..438c1957f41643650b9a54419179c9228cd6fa6c:/doc/admin/restricting-upload-download.html.textile.liquid diff --git a/doc/admin/restricting-upload-download.html.textile.liquid b/doc/admin/restricting-upload-download.html.textile.liquid index fdbac686a1..44a0467cf4 100644 --- a/doc/admin/restricting-upload-download.html.textile.liquid +++ b/doc/admin/restricting-upload-download.html.textile.liquid @@ -150,7 +150,7 @@ This policy is suitable for an installation where data is being shared with a gr h2. Accessing the audit log -When @WebDAVLogEvents@ is enabled, uploads and downloads of files are logged in the Arvados audit log. This log can be accessed via the API, SDKs or command line. For example, to show the 100 most recent file downloads: +When @WebDAVLogEvents@ is enabled, uploads and downloads of files are logged in the Arvados audit log. These events are included in the "User Activity Report":user-activity.html. The audit log can also be accessed via the API, SDKs or command line. For example, to show the 100 most recent file downloads:
 arv log list --filters '[["event_type","=","file_download"]]' -o 'created_at desc' -l 100