From 5b3e7b25cf17a11e99a7f11d9fb590d7ad3959f6 Mon Sep 17 00:00:00 2001 From: l_samenv Date: Fri, 31 Mar 2023 14:23:25 +0200 Subject: [PATCH] flush logfiles in autoDevice cron --- tcl/seacom.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tcl/seacom.tcl b/tcl/seacom.tcl index e671fdf..32d3288 100644 --- a/tcl/seacom.tcl +++ b/tcl/seacom.tcl @@ -1695,6 +1695,7 @@ proc autodevice_cnt {value} { proc autodeviceCron {} { global change_device_to_none unplugged_device + logconfig flush rack_check_connection set act [silent "" result device action] set now [clock seconds]