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