setLogger(new Syslog('kanboard')); if (DEBUG) { $logger->setLogger(new File(DEBUG_FILE)); } $container['logger'] = $logger; } }