Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Flatten and refactor the configuration:
filtering.always
is renamed tofilter_all
filtering.2xx
is renamed tofilter_2xx
filtering.3xx
is renamed tofilter_3xx
filtering.4xx
is renamed tofilter_4xx
filtering.5xx
is renamed tofilter_5xx
filtering.slow
is renamed tofilter_slow
log_to_channel.enabled
has been removed, instead logging to channel is enabled when a channel is providedlog_to_channel.channel
is renamed tochannel
log_to_disk.enabled
has been removed, instead logging to disk is enabled when a disk is providedlog_to_disk.disk
is renamed todisk
log_to_disk.separate
is renamed todisk_separate_files
log_to_disk.timestamp
is renamed toprefix_timestamp
log_to_disk.filename
is renamed tofilename
The following environment variables have been renamed:
HTTP_CLIENT_LOGGER_FILTERING_ALWAYS
is renamed toHTTP_CLIENT_LOGGER_FILTER_ALL
HTTP_CLIENT_LOGGER_FILTERING_2XX
is renamed toHTTP_CLIENT_LOGGER_FILTER_2XX
HTTP_CLIENT_LOGGER_FILTERING_3XX
is renamed toHTTP_CLIENT_LOGGER_FILTER_3XX
HTTP_CLIENT_LOGGER_FILTERING_4XX
is renamed toHTTP_CLIENT_LOGGER_FILTER_4XX
HTTP_CLIENT_LOGGER_FILTERING_5XX
is renamed toHTTP_CLIENT_LOGGER_FILTER_5XX
HTTP_CLIENT_LOGGER_FILTERING_SLOW
is renamed toHTTP_CLIENT_LOGGER_FILTER_SLOW
HTTP_CLIENT_LOGGER_CHANNEL_LOG_ENABLED
removed in favor ofHTTP_CLIENT_LOGGER_CHANNEL
HTTP_CLIENT_LOGGER_DISK_LOG_ENABLED
removed in favor ofHTTP_CLIENT_LOGGER_DISK