diff --git a/maubot/cli/commands/logs.py b/maubot/cli/commands/logs.py index 3705d47..e931f34 100644 --- a/maubot/cli/commands/logs.py +++ b/maubot/cli/commands/logs.py @@ -75,6 +75,8 @@ def print_entry(entry: dict) -> None: resetcolor=Fore.RESET, logger=entry.name, message=entry.msg)) + if entry.exc_info: + print(entry.exc_info) def handle_msg(data: dict) -> bool: