We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54281c6 + c048752 commit 506ea39Copy full SHA for 506ea39
crates/common/tedge_config/src/tedge_toml/tedge_config/mqtt_config.rs
@@ -120,7 +120,7 @@ impl TryFrom<TEdgeMqttClientAuthConfig> for mqtt_channel::AuthenticationConfig {
120
121
// Provides client username/password for authentication.
122
if let Some(username) = config.username {
123
- debug!(target: "MQTT", "Using client username: {username}");
+ debug!(target: "MQTT", "Using client username authentication, configured via 'mqtt.client.auth.username')");
124
authentication_config.set_username(username);
125
126
// Password can be set only when username is set.
0 commit comments