From ba65f84cd403a13987b93315bf2c4cd74e2771a4 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sat, 22 Nov 2025 18:06:27 +0100 Subject: [PATCH] Fix dashboard reset logging --- src/reactor_sim/dashboard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/reactor_sim/dashboard.py b/src/reactor_sim/dashboard.py index 6df9428..040a896 100644 --- a/src/reactor_sim/dashboard.py +++ b/src/reactor_sim/dashboard.py @@ -15,6 +15,8 @@ from .reactor import Reactor from .simulation import ReactorSimulation from .state import PlantState +LOGGER = logging.getLogger(__name__) + @dataclass class DashboardKey: