Move gRPC/Protobuf logs handling to a dedicated file.

This commit is contained in:
Dmitry Plotnikov 2024-02-29 10:06:37 -08:00 committed by dplotnikov-f5
parent aac5678def
commit b54c65005a
5 changed files with 66 additions and 31 deletions

View file

@ -104,6 +104,7 @@ add_compile_options(-Wall -Wtype-limits -Werror)
add_library(ngx_otel_module MODULE
src/http_module.cpp
src/grpc_log.cpp
src/modules.c
${PROTO_SOURCES})