mirror of https://github.com/hashicorp/consul
parent
61140d90bf
commit
55e8a65103
@ -1,6 +0,0 @@
|
|||||||
//go:build linux || darwin
|
|
||||||
// +build linux darwin
|
|
||||||
|
|
||||||
package envoy
|
|
||||||
|
|
||||||
const DefaultAdminAccessLogPath = "/dev/null"
|
|
@ -1,6 +0,0 @@
|
|||||||
//go:build windows
|
|
||||||
// +build windows
|
|
||||||
|
|
||||||
package envoy
|
|
||||||
|
|
||||||
const DefaultAdminAccessLogPath = "nul"
|
|
Loading…
Reference in new issue