Update error logging in log_vertex_build function
This commit is contained in:
parent
dfc733be7d
commit
a6f66af191
1 changed files with 1 additions and 1 deletions
|
|
@ -156,4 +156,4 @@ async def log_vertex_build(
|
|||
}
|
||||
monitor_service.add_row(table_name="vertex_builds", data=row)
|
||||
except Exception as e:
|
||||
logger.error(f"Error logging vertex build: {e}")
|
||||
logger.exception(f"Error logging vertex build: {e}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue