From f93d52bbd0053574fb35d72b85c4b299dc1f3ee5 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 12 Nov 2016 13:48:30 +0100 Subject: Fixes decryption share calculation, adds lots of debugging statements. --- liblog/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liblog') diff --git a/liblog/logging.cpp b/liblog/logging.cpp index 3b0c2c5..d34de9b 100644 --- a/liblog/logging.cpp +++ b/liblog/logging.cpp @@ -18,7 +18,7 @@ void init_logging(boost::log::trivial::severity_level log_level, std::string fil ( boost::log::keywords::file_name = file_name + ".log", boost::log::keywords::rotation_size = 10 * 1024 * 1024, - boost::log::keywords::format = "[%Severity%] (%TimeStamp%): %Message%", + boost::log::keywords::format = "(%TimeStamp%):" + (" " + file_name + " ") + "[%Severity%] %Message%", boost::log::keywords::auto_flush = true ); -- cgit v1.2.3-70-g09d2