summaryrefslogtreecommitdiff
path: root/src/crawl/crawl.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-11 12:57:13 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-11 12:57:13 +0200
commitb9646506afc678379a2b8ce2f52a0d3552ac5375 (patch)
tree727db94a77075d7a93b0d4097414a819bfefb375 /src/crawl/crawl.conf
parenta613ebbe1b544a854645eda518e18ab3e91b75b6 (diff)
downloadcrawler-b9646506afc678379a2b8ce2f52a0d3552ac5375.tar.gz
crawler-b9646506afc678379a2b8ce2f52a0d3552ac5375.tar.bz2
reading debug level and module dir from config
Diffstat (limited to 'src/crawl/crawl.conf')
-rw-r--r--src/crawl/crawl.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crawl/crawl.conf b/src/crawl/crawl.conf
index 816f23f..8169ae1 100644
--- a/src/crawl/crawl.conf
+++ b/src/crawl/crawl.conf
@@ -1,16 +1,16 @@
--- global setting
+-- global settings
crawler = {
-- stop after N documents
stop_after_N_operations = 10,
- module_path = modules,
+ module_path = "modules",
modules_search_recursive = true
}
logger = {
- level = DEBUG
+ level = "DEBUG"
}
-- seeds: URLS which are fed in the beginning to the URL frontier