From e6245671b0fb480f62df0db64ff2caaa4fd78a2c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 2 Jan 2021 15:01:43 -0500 Subject: [PATCH] Use runtime level on attach --- tractor/_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(