Cleaups per copilot PR review
parent
5850844297
commit
fa1a15dce8
|
|
@ -169,7 +169,7 @@ class UDSAddress(
|
|||
# ?^TODO, for `multiaddr`'s parser we can't use the `::`
|
||||
# above^, SO maybe a `.` or something else here?
|
||||
# sockname: str = '.'.join(actor.uid) + f'@{pid}'
|
||||
# -[ ] CURRETLY using `.` BREAKS TEST SUITE tho..
|
||||
# -[ ] CURRENTLY using `.` BREAKS TEST SUITE tho..
|
||||
else:
|
||||
prefix: str = '<unknown-actor>'
|
||||
if is_root_process():
|
||||
|
|
|
|||
|
|
@ -416,9 +416,6 @@ def get_logger(
|
|||
|
||||
mod_ns_path: str = caller_mod.__name__
|
||||
mod_pkg_ns_path: str = caller_mod.__package__
|
||||
# if 'snakelib' in mod_pkg_ns_path:
|
||||
# import pdbp
|
||||
# breakpoint()
|
||||
if (
|
||||
mod_pkg_ns_path in mod_ns_path
|
||||
or
|
||||
|
|
@ -491,10 +488,6 @@ def get_logger(
|
|||
proper_name: str = name.removeprefix(
|
||||
f'{pkg_name}.'
|
||||
)
|
||||
# if 'pylib' in name:
|
||||
# import pdbp
|
||||
# breakpoint()
|
||||
|
||||
msg: str = (
|
||||
f'@ {get_caller_mod()}\n'
|
||||
f'Duplicate pkg-name in sub-logger `name`-key?\n'
|
||||
|
|
|
|||
Loading…
Reference in New Issue