diff --git a/tractor/_entry.py b/tractor/_entry.py index 6af4a35..79b1437 100644 --- a/tractor/_entry.py +++ b/tractor/_entry.py @@ -69,6 +69,8 @@ def _trio_main( """ log.info(f"Started new trio process for {actor.uid}") + log.info(f"Started new trio process for {actor.uid}") + if actor.loglevel is not None: log.info( f"Setting loglevel for {actor.uid} to {actor.loglevel}")