Skip to content

Commit

Permalink
Merge branch 'master' into improve-efs-5
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Oct 24, 2024
2 parents a751b46 + aaabc92 commit a2710df
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ def __init__(
ClassUniqueReference, type[BaseDeferredHandler]
] = {}

self.broker: RabbitBroker = RabbitBroker(rabbit_settings.dsn)
self.broker: RabbitBroker = RabbitBroker(
rabbit_settings.dsn, log_level=logging.DEBUG
)
self.router: RabbitRouter = RabbitRouter()

# NOTE: do not move this to a function, must remain in constructor
Expand Down

0 comments on commit a2710df

Please sign in to comment.