Laravel Tutorials

Setting up Logrotate for Laravel Forge

Published

Recently I experienced a staging server running out of memory and after researching we found a log file that was 17g! Removing the file cleared it up but it would be nice to not worry about it again.

Servers for Hackers has a tutorial on this exact issue:

Laravel Forge (and Envoyer) keep your Laravel application’s storage directory persistent through deployments. One side effect of this is that your storage/logs/laravel.log file is always growing.

Linux systems come with Logrotate, which can help us manage your growing log files. It’s really simple – we can basically set it and forget it.

On your Forge installs, it’s a good idea to set this up and you can read the full article on Logrotate for Forge and be setup in a few minutes.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article