mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
12 lines
298 B
PHP
12 lines
298 B
PHP
<?php
|
|
// auto-generated by sfDefineEnvironmentConfigHandler
|
|
// date: 2012/06/11 14:35:44
|
|
sfConfig::add(array(
|
|
'sf_logging_enabled' => false,
|
|
'sf_logging_level' => 'err',
|
|
'sf_logging_rotate' => true,
|
|
'sf_logging_period' => 7,
|
|
'sf_logging_history' => 10,
|
|
'sf_logging_purge' => false,
|
|
));
|