Move gRPC/Protobuf logs handling to a dedicated file.
This commit is contained in:
parent
aac5678def
commit
b54c65005a
5 changed files with 66 additions and 31 deletions
|
|
@ -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})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue