summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/module/ModuleLoader.hpp2
-rw-r--r--src/crawl/crawl.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/module/ModuleLoader.hpp b/include/module/ModuleLoader.hpp
index 0acc445..cf12a67 100755
--- a/include/module/ModuleLoader.hpp
+++ b/include/module/ModuleLoader.hpp
@@ -177,6 +177,8 @@ class BaseModuleLoader {
}
};
+// TODO: later: variadic template, too soon to be supported everywhere..
+
template< typename Interface, typename CtorParams = NullType >
class ModuleLoader;
diff --git a/src/crawl/crawl.conf b/src/crawl/crawl.conf
index 9345b7e..0a9947c 100644
--- a/src/crawl/crawl.conf
+++ b/src/crawl/crawl.conf
@@ -12,7 +12,7 @@ crawler = {
}
logger = {
- level = "NOTICE"
+ level = "DEBUG"
}
modules = {