0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00
nextcloud-docker/28/apache/config/log.config.php

6 lines
112 B
PHP

<?php
if (getenv('NEXTCLOUD_DEBUG_MODE') !== false) {
$CONFIG = array (
'debug' => true,
);
}