package logging const ( ACL string = "acl" Agent string = "agent" AntiEntropy string = "anti_entropy" AutoEncrypt string = "auto_encrypt" Autopilot string = "autopilot" AWS string = "aws" Azure string = "azure" CA string = "ca" CentralConfig string = "central_config" ConfigEntry string = "config_entry" Connect string = "connect" Consul string = "consul" ConsulClient string = "client" ConsulServer string = "server" Coordinate string = "coordinate" DNS string = "dns" Envoy string = "envoy" FederationState string = "federation_state" FSM string = "fsm" GatewayLocator string = "gateway_locator" HTTP string = "http" Intentions string = "intentions" Internal string = "internal" KV string = "kvs" LAN string = "lan" Leader string = "leader" Legacy string = "legacy" License string = "license" Manager string = "manager" Memberlist string = "memberlist" MeshGateway string = "mesh_gateway" Namespace string = "namespace" Operator string = "operator" PreparedQuery string = "prepared_query" Proxy string = "proxy" ProxyConfig string = "proxycfg" Raft string = "raft" Replication string = "replication" Router string = "router" RPC string = "rpc" Serf string = "serf" Session string = "session" Sentinel string = "sentinel" Snapshot string = "snapshot" TLSUtil string = "tlsutil" Transaction string = "txn" WAN string = "wan" Watch string = "watch" )