@@ -1,4 +1,4 @@
<?php
$config = include('log.php');
-$config['store'] = 'log1';
+$config['store'] = 'default';
return $config;