mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
11
cache/atlbiomed/prod/config/config_logging.yml.php
vendored
Normal file
11
cache/atlbiomed/prod/config/config_logging.yml.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?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,
|
||||
));
|
Reference in New Issue
Block a user