Bump nextcloud log level to info

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-11-10 09:20:36 +00:00
parent 2732a24201
commit ead9ed20e8

View File

@@ -57,6 +57,7 @@ data:
<?php
$CONFIG = array (
'overwriteprotocol' => 'https',
'loglevel' => 1,
'log_rotate_size' => 100 * 1024 * 1024
);
.htaccess: |-