add cli options
[surrogator.git] / data / surrogator.config.php
index 2938beb7c0bc567a79e1ccd4c9b909e02319a4b6..87efce0970d192e4f3a298a8212b17f1462702bb 100644 (file)
@@ -3,5 +3,6 @@ $rawDir = __DIR__ . '/../raw/';
 $varDir = __DIR__ . '/../var/';
 $sizes   = array(16, 32, 48, 64, 80, 96, 128, 256, 512);
 $maxSize = 512;
-$logLevel = 2;//0 - nothing, 3 - high
+$logLevel = 1;//0 - nothing, 3 - high
+$forceUpdate = false;
 ?>