We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0462642 commit 022218fCopy full SHA for 022218f
tractor/_entry.py
@@ -73,8 +73,6 @@ def _trio_main(
73
74
log.info(f"Started new trio process for {actor.uid}")
75
76
- log.info(f"Started new trio process for {actor.uid}")
77
-
78
if actor.loglevel is not None:
79
log.info(
80
f"Setting loglevel for {actor.uid} to {actor.loglevel}")
0 commit comments