File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
tensorflow_serving/config Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ serving_proto_library(
8585 srcs = ["logging_config.proto" ],
8686 deps = [
8787 ":log_collector_config_proto" ,
88+ "@com_google_protobuf//:cc_wkt_protos" ,
8889 ],
8990)
9091
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ syntax = "proto3";
22
33package tensorflow.serving ;
44
5+ import "google/protobuf/any.proto" ;
56import "tensorflow_serving/config/log_collector_config.proto" ;
67
78option cc_enable_arenas = true ;
@@ -26,4 +27,6 @@ message SamplingConfig {
2627message LoggingConfig {
2728 LogCollectorConfig log_collector_config = 1 ;
2829 SamplingConfig sampling_config = 2 ;
30+ // Additional logging config that can be processed by the logger.
31+ google.protobuf.Any custom_logging_config = 3 ;
2932}
You can’t perform that action at this time.
0 commit comments