From 489b73a2239db3afd0ef232e39ef2abdcece755c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sun, 12 Jun 2016 17:52:45 +0200 Subject: [PATCH] Delete enterprise_logging_apps.rst --- .../enterprise_logging_apps.rst | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 admin_manual/enterprise_logging/enterprise_logging_apps.rst diff --git a/admin_manual/enterprise_logging/enterprise_logging_apps.rst b/admin_manual/enterprise_logging/enterprise_logging_apps.rst deleted file mode 100644 index 32d1ebd0c..000000000 --- a/admin_manual/enterprise_logging/enterprise_logging_apps.rst +++ /dev/null @@ -1,21 +0,0 @@ -======================= -Enterprise Logging Apps -======================= - - -The **Log user and file sharing actions** app (``apps/admin_audit``) records the -file sharing activity of your users, file tagging, and user logins and logouts. - -.. figure:: images/logging-1.png - :alt: Enterprise logging app on the Apps page. - -Your logging level must be set to at least **Info, warnings, errors, and fatal -issues** on your ownCloud admin page, or ``'loglevel' => 1`` in ``config.php``. - -View your logfiles on your admin page. Click the **Download logfile** button to -dump the plain text log, or open the logfile directly in a text editor. The -default location is ``owncloud/data/owncloud.log``. - -See :doc:`../configuration_server/logging_configuration` and -:doc:`../enterprise_file_management/files_tagging` for more information on -logging and tagging.