Skip to content
Prev Previous commit
Next Next commit
add log
  • Loading branch information
xiazhvera committed Jan 2, 2025
commit ded7456c07f8eaa80286f2c6f2292a0af4a75813
1 change: 1 addition & 0 deletions test/test_mqtt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def test_websockets_default(self):
cred_provider = AwsCredentialsProvider.new_default_chain(bootstrap)
callbacks = Mqtt5TestCallbacks()

io.init_logging(io.LogLevel.Debug, 'stdout')
client = mqtt5_client_builder.websockets_with_default_aws_signing(
region=config.region,
credentials_provider=cred_provider,
Expand Down
Loading