Fix log chattiness. Add a new configuration parameter "debug_logfile"

This commit is contained in:
JoelKatz
2012-06-18 20:05:12 -07:00
parent a3daa061d3
commit a1523fcb06
6 changed files with 44 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ public:
boost::filesystem::path CONFIG_FILE;
boost::filesystem::path CONFIG_DIR;
boost::filesystem::path DATA_DIR;
boost::filesystem::path DEBUG_LOGFILE;
boost::filesystem::path UNL_DEFAULT;
std::string VALIDATORS_SITE; // Where to find validators.txt on the Internet.