Activate logging in vagrant VM
This commit is contained in:
parent
0d6ec70a68
commit
f1a48a81f4
|
@ -70,3 +70,9 @@ $a->config['system']['no_regfullname'] = true;
|
||||||
|
|
||||||
// Location of the global directory
|
// Location of the global directory
|
||||||
$a->config['system']['directory'] = 'http://dir.friendi.ca';
|
$a->config['system']['directory'] = 'http://dir.friendi.ca';
|
||||||
|
|
||||||
|
// turn on friendica's log
|
||||||
|
$a->config['system']['debugging'] = true;
|
||||||
|
$a->config['system']['logfile'] = 'logfile.out';
|
||||||
|
$a->config['system']['loglevel'] = LOGGER_DEBUG;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user