Skip to content

Commit

Permalink
remarks
Browse files Browse the repository at this point in the history
Signed-off-by: Dima Dorezyuk <[email protected]>
  • Loading branch information
Dima Dorezyuk committed Oct 14, 2024
1 parent 2e3883b commit 09d35ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.11)

project(everest-log
VERSION 0.2.1
VERSION 0.2.3
DESCRIPTION "EVerest logging library"
LANGUAGES CXX C
)
Expand Down
2 changes: 1 addition & 1 deletion lib/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void init(const std::string& logconf, std::string process_name) {
BOOST_LOG_FUNCTION();

// First thing - register the custom formatter for EscMessage
logging::register_formatter_factory("EscMessage", boost::make_shared<escaped_message_formatter_factory>());
logging::register_formatter_factory("EscapedMessage", boost::make_shared<escaped_message_formatter_factory>());

// add useful attributes
logging::add_common_attributes();
Expand Down

0 comments on commit 09d35ae

Please sign in to comment.