matrix-org / synapse-s3-storage-provider

Synapse storage provider to fetch and store media in Amazon S3
Apache License 2.0
118 stars 33 forks source link

Fix "LoggingContext must be given either a name or a parent context" error #74

Open kunalchhabra37 opened 2 years ago

kunalchhabra37 commented 2 years ago

Fixes #56 LoggingContext must be given either a name or a parent context by adding LoggingContext() and logger.info() with parent context in LoggingContext() at line 269 - 271