diff options
Diffstat (limited to 'liblog/logging.cpp')
| -rw-r--r-- | liblog/logging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/logging.cpp b/liblog/logging.cpp index ecc9ae5..3b0c2c5 100644 --- a/liblog/logging.cpp +++ b/liblog/logging.cpp @@ -16,7 +16,7 @@ void init_logging(boost::log::trivial::severity_level log_level, std::string fil boost::log::add_file_log ( - boost::log::keywords::file_name = file_name + "%N.log", + 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::auto_flush = true |
