1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

add log path

This commit is contained in:
OniriCorpe 2024-02-22 03:12:10 +01:00
parent e1351c6f46
commit 5b13f2f1c4

View file

@ -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',
],
];