Skip to content

Commit

Permalink
nextcloud: Ensure "admin_audit" log in syslog.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Apr 23, 2024
1 parent cd2fe70 commit 5c96047
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/nextcloud/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@
value: \OC\Memcache\Redis
- name: log_type
value: syslog
- name: log_type_audit
value: syslog
- name: syslog_tag
value: nextcloud
- name: syslog_tag_audit
value: nextcloud
- name: logfile
value: ""
- name: logfile_audit
value: ""
- name: twofactor_enforced
value: "{{ nextcloud_twofactor_enforced | string | lower }}"
- name: token_auth_enforced
Expand Down

0 comments on commit 5c96047

Please sign in to comment.