Core/Application/Config/config.error.php
Abel Hoogeveen 53f597f947 Implemented a new system for Logging templates.
This allows the user to install new Logging templates that run in specific circumstances. By default the FuzeWorks default (as you already know it) template is installed, and a CLI one.

Closes #88
2016-06-02 15:19:31 +02:00

6 lines
140 B
PHP

<?php return array (
'debug' => false,
'error_reporting' => true,
'log_to_file' => false,
'logger_template' => 'logger_default',
) ;