-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tls_wrapper: use ENVOY_CONN_LOG instead of ENVOY_LOG_MISC
ENVOY_LOG_MISC should be used where no logger ID is available. The SslSocketWrapper uses a logger ID and should make use of this by using `ENVOY_CONN_LOG`. This helps when filtering log messages by logger IDs. In addition, this commit changes the current logger instance `config` to `connection` - which is also used by the upstream Envoy TransportSocket implementations. Signed-off-by: Marco Hofstetter <[email protected]>
- Loading branch information
1 parent
eb93e33
commit f0d28a4
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters