Merge pull request #7291 from MrPetovan/bug/2209-update-default-log-location
Update default log location
This commit is contained in:
commit
cd2f390df6
|
@ -6,7 +6,6 @@ favicon.*
|
|||
*.out
|
||||
*.version*
|
||||
home.html
|
||||
|
||||
*~
|
||||
robots.txt
|
||||
|
||||
|
@ -74,3 +73,6 @@ venv/
|
|||
|
||||
#ignore filesystem storage default path
|
||||
/storage
|
||||
|
||||
#Ignore log folder
|
||||
/log
|
||||
|
|
|
@ -74,7 +74,7 @@ return [
|
|||
// logfile (String)
|
||||
// The logfile for storing logs.
|
||||
// Can be a full path or a relative path to the Friendica home directory
|
||||
'logfile' => 'friendica.log',
|
||||
'logfile' => 'log/friendica.log',
|
||||
|
||||
// loglevel (String)
|
||||
// The loglevel for all logs.
|
||||
|
|
Loading…
Reference in New Issue
Block a user