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