File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 11# Frequenz channels Release Notes
22
3- ## Summary
4-
5- <!-- Here goes a general summary of what this release is about -->
6-
7- ## Upgrading
8-
9- <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11- ## New Features
12-
13- <!-- Here goes the main new features and examples or instructions on how to use them -->
14-
153## Bug Fixes
164
17- <!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5+ - Fix logger for the ` Broadcast ` channel (the log messages were missing the level, timestamp, etc.).
Original file line number Diff line number Diff line change 1616from ._receiver import Receiver , ReceiverStoppedError
1717from ._sender import Sender , SenderError
1818
19- _logger = logging .Logger (__name__ )
19+ _logger = logging .getLogger (__name__ )
2020
2121
2222class Broadcast (Generic [ChannelMessageT ]):
You can’t perform that action at this time.
0 commit comments