# Vapor: Farewell to Debug Logs

DevFeed: [Vapor: Farewell to Debug Logs](<https://devfeed.tech/articles/vapor-farewell-to-debug-logs-3952.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-farewell-to-debug-logs>)

Author: Joe Dixon

Published: 2023-05-11T11:45:00Z

Content type: release

Language: en

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

Topics: [Logging](<https://devfeed.tech/topics/logging.md>), [Amazon CloudWatch Logs](<https://devfeed.tech/topics/amazon-cloudwatch-logs.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cli](<https://devfeed.tech/tags/cli.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [debug](<https://devfeed.tech/tags/debug.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [logging](<https://devfeed.tech/tags/logging.md>), [logs](<https://devfeed.tech/tags/logs.md>)

## AI overview

Laravel Vapor is disabling debug logs by default for incoming HTTP requests and queued jobs. The change reduces CloudWatch log noise and may lower AWS costs, while users can still enable the logs through the Vapor dashboard or CLI during deployment.

## Source excerpt

When Vapor handles incoming HTTP requests or queued jobs, it writes debug information to your CloudWatch logs. This includes logging when your application's configuration is cached, environment variab...