setLogger(new Syslog('kanboard')); if (DEBUG) { $logger->setLogger(new File(__DIR__.'/../../data/debug.log')); } $container['logger'] = $logger; } }