From 85d25eebd38bb278ad598a291a007938854945a4 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 28 Sep 2016 10:55:58 +0200 Subject: Made changes so we can have a 1 Node cmix network. --- liblog/logging.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'liblog') diff --git a/liblog/logging.cpp b/liblog/logging.cpp index c92247c..6bbf070 100644 --- a/liblog/logging.cpp +++ b/liblog/logging.cpp @@ -18,7 +18,8 @@ void init_logging(boost::log::trivial::severity_level log_level) ( boost::log::keywords::file_name = "node%N.log", boost::log::keywords::rotation_size = 10 * 1024 * 1024, - boost::log::keywords::format = "[%Severity%] (%TimeStamp%): %Message%" + boost::log::keywords::format = "[%Severity%] (%TimeStamp%): %Message%", + boost::log::keywords::auto_flush = true ); boost::log::core::get()->set_filter -- cgit v1.2.3-70-g09d2