CONFIG: nextcloud log dirs
This commit is contained in:
@ -878,7 +878,7 @@ $CONFIG = [
|
||||
*
|
||||
* Defaults to ``[datadirectory]/nextcloud.log``
|
||||
*/
|
||||
'logfile' => '/var/log/nextcloud.log',
|
||||
'logfile' => '/root/logs/nextcloud/nextcloud.log',
|
||||
|
||||
/**
|
||||
* Name of the file to which the audit logs are written if parameter
|
||||
@ -886,7 +886,7 @@ $CONFIG = [
|
||||
*
|
||||
* Defaults to ``[datadirectory]/audit.log``
|
||||
*/
|
||||
'logfile_audit' => '/var/log/audit.log',
|
||||
'logfile_audit' => '/root/logs/nextcloud/audit.log',
|
||||
|
||||
/**
|
||||
* Log file mode for the Nextcloud logging type in octal notation.
|
||||
|
Reference in New Issue
Block a user