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

check php code for docker #16

Open
sinkcup opened this issue Nov 17, 2020 · 0 comments
Open

check php code for docker #16

sinkcup opened this issue Nov 17, 2020 · 0 comments

Comments

@sinkcup
Copy link
Member

sinkcup commented Nov 17, 2020

some code in Laravel is not ready for docker, should check and change them.

config/logging.php

return [
    'channels' => [
        'stack' => [
            'driver' => 'stack',
            'channels' => preg_split('/,/', env('LOG_STACK_CHANNELS', 'stderr'), null, PREG_SPLIT_NO_EMPTY),
            'ignore_exceptions' => false,
        ],
];
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

No branches or pull requests

1 participant