]> git.mxchange.org Git - friendica.git/blobdiff - util/htconfig.vagrant.php
Merge pull request #2026 from silke/vagrant-update
[friendica.git] / util / htconfig.vagrant.php
index 4665e68c0a0bc17a16590da7ca406992b548a241..71e9d673fbb34cdffc9ac1106a74cffadf126566 100644 (file)
@@ -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;
+