From 885ba04908b09301fce6e1e55ca205ec92519491 Mon Sep 17 00:00:00 2001
From: Tyler Goodlet <jgbt@protonmail.com>
Date: Tue, 5 Mar 2024 12:26:33 -0500
Subject: [PATCH] Tweak `._portal` log content to use `Context.repr_outcome()`

---
 tractor/_portal.py | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/tractor/_portal.py b/tractor/_portal.py
index 041c8104..bd23a6e4 100644
--- a/tractor/_portal.py
+++ b/tractor/_portal.py
@@ -257,7 +257,7 @@ class Portal:
             return False
 
         reminfo: str = (
-            f'{self.channel.uid}\n'
+            f'`Portal.cancel_actor()` => {self.channel.uid}\n'
             f' |_{chan}\n'
         )
         log.cancel(
@@ -949,9 +949,13 @@ class Portal:
 
                 # CASE 1
                 else:
+                    outcome_str: str = ctx.repr_outcome(
+                        show_error_fields=True,
+                        # type_only=True,
+                    )
                     log.cancel(
-                        f'Context terminated due to local scope error:\n'
-                        f'{etype.__name__}\n'
+                        f'Context terminated due to local scope error:\n\n'
+                        f'{ctx.chan.uid} => {outcome_str}\n'
                     )
 
             # XXX: (MEGA IMPORTANT) if this is a root opened process we