Skip to content

Commit 91f032a

Browse files
committed
docs: Reference SDK-2696 on the ldclient.util logger comment
1 parent ac0bec6 commit 91f032a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ldclient/impl/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ def timedelta_millis(delta: timedelta) -> float:
1818
return delta / timedelta(milliseconds=1)
1919

2020

21-
log = logging.getLogger('ldclient.util') # historical logger name
21+
# historical logger name; cleaning up the SDK's logger names is tracked in SDK-2696
22+
log = logging.getLogger('ldclient.util')
2223

2324

2425
__LONG_SCALE__ = float(0xFFFFFFFFFFFFFFF)

0 commit comments

Comments
 (0)