Bump to version 3.8.3-alpha.5

This commit is contained in:
Romain Neutron
2014-01-31 15:06:10 +01:00
parent f59fc65d13
commit 7e7350a0a7
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ class patch_383alpha5a implements patchInterface
$config = $app['phraseanet.configuration']->getConfig();
$config['main']['task-manager']['logger'] = array(
'enabled' => true,
'enabled' => true,
'max-files' => 10,
'level' => 'INFO',
);