Chore: correct inconsistent logging and typo (#25945)

This commit is contained in:
Yongtao Huang 2025-09-19 10:36:16 +08:00 committed by GitHub
commit b3dafd913b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 14 deletions

View file

@ -147,4 +147,4 @@ class ExecutionLimitsLayer(GraphEngineLayer):
self.logger.debug("Abort command sent to engine")
except Exception:
self.logger.exception("Failed to send abort command: %s")
self.logger.exception("Failed to send abort command")