Skip to content

Commit e88f10e

Browse files
committed
log full stack trace for recluster errors
1 parent 6d9bede commit e88f10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/durable/reclusterAnalysisActivity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def main(input: dict) -> None:
4545
logger.debug("ReclusterAnalysisActivity completed successfully.")
4646

4747
except Exception as e:
48-
logger.debug(f"ReclusterAnalysisActivity error: {e}")
48+
logger.exception("ReclusterAnalysisActivity error")
4949
await set_recluster_status(
5050
table,
5151
from_oday,

0 commit comments

Comments
 (0)