Skip to content

Commit 25ed2c9

Browse files
committed
change warning
1 parent af2ea7c commit 25ed2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/druid_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ fn build_rolegroup_config_map(
738738
// Raising this as warning instead of returning an error, better safe than sorry.
739739
// It might still work out for the user.
740740
tracing::warn!(
741-
?s3.region,
741+
region = ?s3.region,
742742
"You configured a non-default region on the S3Connection.
743743
The S3Connection region field is ignored, because Druid uses the AWS SDK v1, which ignores the region if the endpoint is set. \
744744
The host is a required field, therefore the endpoint will always be set."

0 commit comments

Comments
 (0)