# Vapor: Debugging Hooks, CI Deployments, and more!

DevFeed: [Vapor: Debugging Hooks, CI Deployments, and more!](<https://devfeed.tech/articles/vapor-debugging-hooks-ci-deployments-and-more-3951.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-failing-hooks-ci-deployments-and-more>)

Author: Nuno Maduro

Published: 2020-10-22T15:23:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [debug](<https://devfeed.tech/tags/debug.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [json](<https://devfeed.tech/tags/json.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>)

## AI overview

Laravel Vapor introduces improvements for debugging failed deployment hooks, CI deployments, and log presentation. Hook output can be viewed in the console and reviewed later with new Vapor commands, while hook-related logs can also be inspected. Rate limits now apply per Vapor user instead of per IP address, and requests can be retried automatically after a rate-limit response. CloudWatch output from CLI and queue Lambda functions is also stored and displayed more clearly in CloudWatch and the Vapor UI package.

## Source excerpt

Over the last few days, we've been working on some enhancements on Vapor. Starting today, you can now quickly debug failing deployment hooks directly from the console.