X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fhtconfig.vagrant.php;h=71e9d673fbb34cdffc9ac1106a74cffadf126566;hb=47bd3243cdb4a4840ca4d40452402a86b792ce1b;hp=4665e68c0a0bc17a16590da7ca406992b548a241;hpb=2be91d022692bf77db0fd03089c8adfd87e65d81;p=friendica.git diff --git a/util/htconfig.vagrant.php b/util/htconfig.vagrant.php index 4665e68c0a..71e9d673fb 100644 --- a/util/htconfig.vagrant.php +++ b/util/htconfig.vagrant.php @@ -70,3 +70,9 @@ $a->config['system']['no_regfullname'] = true; // Location of the global directory $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; +