diff --git a/conf/local-sample.config.php b/conf/local-sample.config.php index 9f4b101..d053619 100644 --- a/conf/local-sample.config.php +++ b/conf/local-sample.config.php @@ -48,5 +48,7 @@ return [ 'pidfile' => '__INSTALL_DIR__/daemon.pid', // Blocks search for users who are not logged in to prevent crawlers from blocking your system. 'local_search' => false, + 'logfile' => '/var/log/friendica/friendica.log', + 'loglevel' => 'notice', ], ];