add DbMgr again & testing data
Change-Id: I3e2153fe1d7bf68a9880b8ff533d9fe27d1e15ba
diff --git a/src/logger.hpp b/src/logger.hpp
index c17527b..a8999f2 100644
--- a/src/logger.hpp
+++ b/src/logger.hpp
@@ -20,6 +20,7 @@
#ifndef NDNS_LOGGER_HPP
#define NDNS_LOGGER_HPP
+#include "config.hpp"
#include <log4cxx/logger.h>
namespace ndn {
@@ -27,7 +28,7 @@
namespace log {
void
-init(const std::string& configFile = "log4cxx.properties");
+init(const std::string& configFile = DEFAULT_CONFIG_PATH "/" "log4cxx.properties");
// The following has to be pre-processor defines in order to properly determine
// log locations