Merge pull request #7967 from nextcloud/backport/7964/stable21

[stable21] Document the syslog_tag as well
This commit is contained in:
Joas Schilling 2022-01-17 10:23:12 +01:00 committed by GitHub
commit da3ad00b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ All log information will be sent to your default syslog daemon.
::
"log_type" => "syslog",
"syslog_tag" => "Nextcloud",
"logfile" => "",
"loglevel" => 3,
@ -71,6 +72,7 @@ All log information will be sent to Systemd journal. Requires `php-systemd <http
::
"log_type" => "systemd",
"syslog_tag" => "Nextcloud",
Log fields explained
--------------------