From 1deed8dbee168c352ad2641712b837ee2283eb04 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 7 Jul 2023 14:49:23 -0400 Subject: [PATCH] ._runtime: log level tweaks, use crit for stale debug lock detection --- tractor/_runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_runtime.py b/tractor/_runtime.py index 6c2e028f..dcc4c97d 100644 --- a/tractor/_runtime.py +++ b/tractor/_runtime.py @@ -632,7 +632,7 @@ class Actor: and not db_cs.cancel_called and uid == pdb_user_uid ): - log.warning( + log.critical( f'STALE DEBUG LOCK DETECTED FOR {uid}' ) # TODO: figure out why this breaks tests..