loglevel 1
https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html This should mean we still have all relevant loginfo we need, such as logins and file operations
This commit is contained in:
parent
cdb1157172
commit
76fe97382d
|
@ -68,7 +68,7 @@ $CONFIG = array (
|
|||
'instanceid' => '<%= @instanceid %>',
|
||||
'integrity.check.disabled' => true,
|
||||
'log_type' => 'file',
|
||||
'loglevel' => 0,
|
||||
'loglevel' => 1,
|
||||
'lookup_server' => '<%= @lookup_server %>',
|
||||
'mail_domain' => '<%= @mail_domain %>',
|
||||
'mail_from_address' => '<%= @mail_from_address %>',
|
||||
|
|
Loading…
Reference in a new issue