Update error logging in log_vertex_build function

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-27 16:52:02 -03:00
commit a6f66af191

View file

@ -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}")