mirror of https://github.com/hashicorp/consul
Change logging of registered v2 resource endpoints to add /api prefix (#20355)
Change logging of registered v2 resource endpoints to add /api prefix (#20352) * Change logging of registered v2 resource endpoints to add /api prefix Previous: agent.http: Registered resource endpoint: endpoint=/demo/v1/executive New: agent.http: Registered resource endpoint: endpoint=/api/demo/v1/executive This reduces confusion when attempting to call the APIs after looking at the logs.pull/20365/head
parent
7554f8da37
commit
f180183642
@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
logging: add /api prefix to v2 resource endpoint logs
|
||||
```
|
Loading…
Reference in new issue