Update default log location
- Prevents conflict with /friendica module
This commit is contained in:
parent
f0849b0a93
commit
470dd6079e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ return [
|
||||||
// logfile (String)
|
// logfile (String)
|
||||||
// The logfile for storing logs.
|
// The logfile for storing logs.
|
||||||
// Can be a full path or a relative path to the Friendica home directory
|
// Can be a full path or a relative path to the Friendica home directory
|
||||||
'logfile' => 'friendica.log',
|
'logfile' => 'log/friendica.log',
|
||||||
|
|
||||||
// loglevel (String)
|
// loglevel (String)
|
||||||
// The loglevel for all logs.
|
// The loglevel for all logs.
|
||||||
|
|
Loading…
Reference in a new issue