chore(runtime/pathfinder): explicit info log when watchdog arms (visibility)
This commit is contained in:
@@ -645,6 +645,7 @@ function connect() {
|
||||
try {
|
||||
pathWatchdog?.stop();
|
||||
pathWatchdog = createPathfinderWatchdog(bot);
|
||||
info("pathfinder", "stuck-replan watchdog armed");
|
||||
} catch (e) { warn("pathfinder", `watchdog start failed: ${e?.message ?? e}`); }
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user