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:
parent
e1351c6f46
commit
5b13f2f1c4
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue