From f1a48a81f44851459e44dae9eb1d54c8ab9ddf0f Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sat, 7 Nov 2015 12:21:00 +0100 Subject: [PATCH] Activate logging in vagrant VM --- util/htconfig.vagrant.php | 6 ++++++ 1 file changed, 6 insertions(+) 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; +