Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-04-25 18:42:14 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-04-26 13:10:53 +0300
commitb841a477c6b96a13ea061df3fc622c3067514bf2 (patch)
treec0bb6e6aa539323f187aa03ed67b52b8dfb8b4ad /apps/admin_audit/appinfo/info.xml
parentab7a4b869397a5bc267a9f10b42654b35bbe1af6 (diff)
log to $datadir/audit.log by default and add rotation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/admin_audit/appinfo/info.xml')
-rw-r--r--apps/admin_audit/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml
index 054ed9580f2..3006551b409 100644
--- a/apps/admin_audit/appinfo/info.xml
+++ b/apps/admin_audit/appinfo/info.xml
@@ -17,4 +17,7 @@
<dependencies>
<nextcloud min-version="14" max-version="14" />
</dependencies>
+ <background-jobs>
+ <job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
+ </background-jobs>
</info>