Added more debug info for ai build

This commit is contained in:
Frikky
2024-05-21 12:00:22 +02:00
parent 22e6db08c5
commit d52b024716
+1 -1
View File
@@ -3687,7 +3687,7 @@ class AppBase:
self.logger.info(f"[ERROR] Failed parsing timeout to int: {e}")
#timeout = 30
self.logger.info("[DEBUG] Running function '%s' with timeout %d" % (action["name"], timeout))
self.logger.info("[DEBUG][%s] Running function '%s' with timeout %d" % (self.current_execution_id, action["name"], timeout))
try:
executor = concurrent.futures.ThreadPoolExecutor()