Skip to content

Suggestion: Config: Rename channels to custom_channels #565

@ThomasLandauer

Description

@ThomasLandauer

What I mean:

return App::config([
    'monolog' => [
        'custom_channels' => [ // <= new name
            // ...

Why?
It took me forever to finally understand that whatever you pass there, will never be a full list of all channels (because of Symfony's built-in channels like router or security).
Renaming this to custom_channels would nicely convey the message that more channels exist.

But it would be a BC break.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions