Skip to content

[13.x] Add monthly channel to logging config - #60895

Merged
taylorotwell merged 1 commit into
laravel:13.xfrom
yazansalhi:add-monthly-channel-to-logging-config
Jul 27, 2026
Merged

[13.x] Add monthly channel to logging config#60895
taylorotwell merged 1 commit into
laravel:13.xfrom
yazansalhi:add-monthly-channel-to-logging-config

Conversation

@yazansalhi

Copy link
Copy Markdown
Contributor

Follow-up to #60892, which added the monthly log driver and updated the driver list comment in config/logging.php, while the matching channel entry was only added to the laravel/laravel skeleton.

This brings the framework's config/logging.php back in sync with the skeleton:

  • Adds the monthly channel definition (same values as the skeleton).
  • Uses the max_files option for the daily channel, matching the skeleton and the option name preferred by LogManager.

No behavior change: LogManager resolves max_files ?? days ?? 7 for the daily driver, and the LOG_DAILY_DAYS environment variable is unchanged.

The monthly log driver was added in laravel#60892, and laravel/laravel's
config/logging.php gained a matching channel entry, but the framework's
own config only had its driver list comment updated. Add the monthly
channel and use the max_files option for the daily channel to keep the
framework config in sync with the skeleton.
@taylorotwell
taylorotwell merged commit 584dd83 into laravel:13.x Jul 27, 2026
26 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants