From d330c929f140f6298a7ab4de1f301b7e980c12dc Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 13 May 2019 20:52:26 +0000 Subject: [PATCH] Switch the default logging implementation to spdlog. Signed-off-by: Chris Lalancette --- rcl/cmake/get_default_rcl_logging_implementation.cmake | 2 +- rcl/package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rcl/cmake/get_default_rcl_logging_implementation.cmake b/rcl/cmake/get_default_rcl_logging_implementation.cmake index e035ed3..ebd8a0c 100644 --- a/rcl/cmake/get_default_rcl_logging_implementation.cmake +++ b/rcl/cmake/get_default_rcl_logging_implementation.cmake @@ -30,7 +30,7 @@ macro(get_default_rcl_logging_implementation var) elseif(NOT "$ENV{RCL_LOGGING_IMPLEMENTATION}" STREQUAL "") set(_logging_implementation "$ENV{RCL_LOGGING_IMPLEMENTATION}") else() - set(_logging_implementation rcl_logging_noop) + set(_logging_implementation rcl_logging_spdlog) endif() # persist implementation decision in cache diff --git a/rcl/package.xml b/rcl/package.xml index e48341d..f3c886b 100644 --- a/rcl/package.xml +++ b/rcl/package.xml @@ -14,7 +14,7 @@ rmw rcl_interfaces - rcl_logging_noop + rcl_logging_spdlog rcl_yaml_param_parser rcutils rmw_implementation