Skip to content

Commit b3817ac

Browse files
committed
COMMON: Log GRPC specific messages only when the MGM log level is DEBUG.
Fixes EOS-6517
1 parent 75bbf62 commit b3817ac

File tree

3 files changed

+254
-59
lines changed

3 files changed

+254
-59
lines changed

common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ target_link_libraries(EosCommon-Objects PUBLIC
189189
GOOGLE::SPARSEHASH
190190
ABSL::ABSL
191191
fmt::fmt-header-only
192+
GRPC::grpc++
192193
${CMAKE_THREAD_LIBS_INIT})
193194

194195
set_target_properties(EosCommon-Objects PROPERTIES

0 commit comments

Comments
 (0)