Merge pull request #1882 from nextcloud/backport/1879/stable16

[stable16] loglevel is an int
This commit is contained in:
Roeland Jago Douma 2020-03-12 14:13:21 +01:00 committed by GitHub
commit cbb5e0f7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ date format in the example below, the date/time format will be written in the fo
"log_type" => "file",
"logfile" => "nextcloud.log",
"loglevel" => "3",
"loglevel" => 3,
"logdateformat" => "F d, Y H:i:s",
syslog
@ -52,7 +52,7 @@ All log information will be sent to your default syslog daemon.
"log_type" => "syslog",
"logfile" => "",
"loglevel" => "3",
"loglevel" => 3,
Admin audit log
---------------