Merge pull request #7291 from MrPetovan/bug/2209-update-default-log-location

Update default log location
This commit is contained in:
Michael Vogel 2019-06-22 12:56:25 +02:00 committed by GitHub
commit cd2f390df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -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.