Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.6] Add more config (bubble, permission, locking) to single and daily log. #23439

Merged
merged 1 commit into from
Mar 8, 2018
Merged

Conversation

ThunderBirdsX3
Copy link
Contributor

@ThunderBirdsX3 ThunderBirdsX3 commented Mar 8, 2018

#23437

Set config/logging.php

'channels' => [
        'single' => [
            ...
            'bubble' => true,
            'permission' => 0775,
            'locking' => false,
        ],

        'daily' => [
            ...
            'bubble' => true,
            'permission' => 0775,
            'locking' => false,
        ],
    ],

@ThunderBirdsX3 ThunderBirdsX3 changed the title Add more config (bubble, permission, locking) to single and daily log. [5.6] Add more config (bubble, permission, locking) to single and daily log. Mar 8, 2018
@taylorotwell taylorotwell merged commit 4d31633 into laravel:5.6 Mar 8, 2018
@ericdowell
Copy link
Contributor

@taylorotwell These changes are not documented in https://laravel.com/docs/5.6/logging or https://laravel.com/docs/5.7/logging. These additional options are definitely very useful and helped fix an issue I've personally run into. I wouldn't have known about it if it wasn't documented in the release notes: https://github.com/laravel/framework/releases/tag/v5.6.10

@driesvints
Copy link
Member

@ericdowell feel free to send a PR to the 5.7 docs

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.

4 participants