Skip to content

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

Merged
taylorotwell merged 1 commit into
laravel:5.6from
ThunderBirdsX3:5.6
Mar 8, 2018
Merged

[5.6] Add more config (bubble, permission, locking) to single and daily log.#23439
taylorotwell merged 1 commit into
laravel:5.6from
ThunderBirdsX3:5.6

Conversation

@ThunderBirdsX3

@ThunderBirdsX3 ThunderBirdsX3 commented Mar 8, 2018

Copy link
Copy Markdown
Contributor

#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
Copy Markdown
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
Copy Markdown
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