mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Document all log types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
2a1c630820
commit
40b6ab4198
@ -22,6 +22,15 @@ Logging level parameters are set in the :file:`config/config.php` file.
|
||||
Log type
|
||||
--------
|
||||
|
||||
errorlog
|
||||
~~~~~~~~
|
||||
|
||||
All log information will be sent to PHP ``error_log()``.
|
||||
|
||||
::
|
||||
|
||||
"log_type" => "errorlog",
|
||||
|
||||
file
|
||||
~~~~
|
||||
|
||||
@ -54,6 +63,15 @@ All log information will be sent to your default syslog daemon.
|
||||
"logfile" => "",
|
||||
"loglevel" => 3,
|
||||
|
||||
systemd
|
||||
~~~~~~~
|
||||
|
||||
All log information will be sent to Systemd journal. Requires `php-systemd <https://github.com/systemd/php-systemd>`_ extension.
|
||||
|
||||
::
|
||||
|
||||
"log_type" => "systemd",
|
||||
|
||||
Admin audit log
|
||||
---------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user