Another doc tweak.
authorWard Vandewege <ward@curii.com>
Tue, 20 Jul 2021 17:08:46 +0000 (13:08 -0400)
committerWard Vandewege <ward@curii.com>
Tue, 20 Jul 2021 17:10:32 +0000 (13:10 -0400)
refs #17464

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/admin/restricting-upload-download.html.textile.liquid

index fdbac686a125c9e09af8da0e7189e40fb1bbf1d8..44a0467cf472f66afc4e0bf759be89894606bf94 100644 (file)
@@ -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:
 
 <pre>
 arv log list --filters '[["event_type","=","file_download"]]' -o 'created_at desc' -l 100