From 5b13f2f1c42220207aa12547e6871a2d1aa4902d Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 03:12:10 +0100 Subject: [PATCH] add log path --- conf/local-sample.config.php | 2 ++ 1 file changed, 2 insertions(+) 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', ], ];