open-consul/logging
Riddhi Shah e5f1d8dce4
Add support for merge-central-config query param (#13001)
Adds a new query param merge-central-config for use with the below endpoints:

/catalog/service/:service
/catalog/connect/:service
/health/service/:service
/health/connect/:service

If set on the request, the response will include a fully resolved service definition which is merged with the proxy-defaults/global and service-defaults/:service config entries (on-demand style). This is useful to view the full service definition for a mesh service (connect-proxy kind or gateway kind) which might not be merged before being written into the catalog (example: in case of services in the agentless model).
2022-05-25 13:20:17 -07:00
..
monitor bulk rewrite using this script 2022-01-20 10:46:23 -06:00
gated_writer.go
gated_writer_test.go
grpc.go grpc: move gRPC INFO logs to be emitted as TRACE logs from Consul (#10395) 2021-06-14 15:13:58 -05:00
grpc_test.go grpc: move gRPC INFO logs to be emitted as TRACE logs from Consul (#10395) 2021-06-14 15:13:58 -05:00
log_levels.go
logfile.go logging: improve tests 2020-11-23 14:41:54 -05:00
logfile_test.go testing: skip slow tests with -short 2020-12-07 13:42:55 -05:00
logger.go Fix incorrect severity syslog messages (#12079) 2022-04-14 15:51:00 -07:00
logger_test.go bulk rewrite using this script 2022-01-20 10:46:23 -06:00
names.go Add support for merge-central-config query param (#13001) 2022-05-25 13:20:17 -07:00
syslog.go Fix incorrect severity syslog messages (#12079) 2022-04-14 15:51:00 -07:00
syslog_test.go Fix incorrect severity syslog messages (#12079) 2022-04-14 15:51:00 -07:00
syslog_unsupported_test.go Fix incorrect severity syslog messages (#12079) 2022-04-14 15:51:00 -07:00