diff --git a/tractor/_debug.py b/tractor/_debug.py index 7f20c5e..365e3e1 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -276,7 +276,7 @@ def _mk_pdb(): def _set_trace(actor): - log.critical(f"\nAttaching pdb to actor: {actor.uid}\n") + log.runtime(f"\nAttaching pdb to actor: {actor.uid}\n") pdb = _mk_pdb() pdb.set_trace(