forked from goodboy/tractor
1
0
Fork 0

Support asyncio actors with the trio spawner backend

iaio_backup
Tyler Goodlet 2020-07-27 11:03:17 -04:00
parent 948be9b069
commit 1e2d43b0d6
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ def _trio_main(
log.info(f"Started new trio process for {actor.uid}") 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: if actor.loglevel is not None:
log.info( log.info(
f"Setting loglevel for {actor.uid} to {actor.loglevel}") f"Setting loglevel for {actor.uid} to {actor.loglevel}")