Skip to content

Commit

Permalink
[SchemaRegistry] update changelog date (#21095)
Browse files Browse the repository at this point in the history
* date

* readme

* Update sdk/schemaregistry/azure-schemaregistry-avroserializer/README.md

Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>

Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
  • Loading branch information
swathipil and yunhaoling committed Oct 6, 2021
1 parent c53f129 commit ea4793f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0b3 (2021-10-05)
## 1.0.0b3 (2021-10-06)

### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ handler = logging.StreamHandler(stream=sys.stdout)
logger.addHandler(handler)

credential = DefaultAzureCredential()
schema_registry_client = SchemaRegistryClient("<your-fully_qualified_namespace>", credential)
schema_registry_client = SchemaRegistryClient("<your-fully_qualified_namespace>", credential, logging_enable=True)
# This client will log detailed information about its HTTP sessions, at DEBUG level
serializer = AvroSerializer(client=schema_registry_client, group_name="<your-group-name>", logging_enable=True)
serializer = AvroSerializer(client=schema_registry_client, group_name="<your-group-name>")
```

Similarly, `logging_enable` can enable detailed logging for a single operation,
Expand Down

0 comments on commit ea4793f

Please sign in to comment.