mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
Add a server startup log (#154)
This commit is contained in:
parent
d7e13214c9
commit
c538523c88
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ class Agent:
|
|||
LOG.info("Starting the skyvern scheduler.")
|
||||
SCHEDULER.start()
|
||||
|
||||
LOG.info("Server startup complete. Skyvern is now online")
|
||||
|
||||
@app.exception_handler(Exception)
|
||||
async def unexpected_exception(request: Request, exc: Exception) -> JSONResponse:
|
||||
LOG.exception("Unexpected error in agent server.", exc_info=exc)
|
||||
|
|
Loading…
Add table
Reference in a new issue