diff options
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r-- | tntconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp index 08a037d..b38865c 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -73,8 +73,8 @@ void TntConfig::WriteProperties() } // XXX modularize - file << "rootLogger=INFO" << endl; - file << "logger.tntnet=INFO" << endl; + file << "rootLogger=" << LiveSetup().GetTntnetLogLevel() << endl; + file << "logger.tntnet=" << LiveSetup().GetTntnetLogLevel() << endl; } TntConfig const& TntConfig::Get() |