-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
11882: It's not possible to enable "log to file" (debugging) in production mode. Psr logger debug method does not work by the default in developer mode. #12207
Conversation
…ction mode. Psr logger debug method does not work by the default in developer mode
…ction mode. Psr logger debug method does not work by the default in developer mode.
…ction mode. Psr logger debug method does not work by the default in developer mode.
…ction mode. Psr logger debug method does not work by the default in developer mode.
…ction mode. Psr logger debug method does not work by the default in developer mode.
…ction mode. Psr logger debug method does not work by the default in developer mode.
…ction mode. Psr logger debug method does not work by the default in developer mode.
…gging) in production mode. Psr logger debug method does not work by the default in developer mode. #12207
@nmalevanec I'm trying to determine how your contribution affects the developer documentation. Do any CLI commands now behave differently? |
@keharper, bin/magento deploy:mode:set developer and bin/magento deploy:mode:set production now affects dev/debug/debug_logging value in such way: Before:Switching from default mode to production - dev/debug/debug_logging not affected. After:Switching from default mode to production - dev/debug/debug_logging set to '0' without lock. There is ability to enable it via admin UI or CLI. |
Description
Adds ability to enable "log to file" in production mode. Enable by default "log to file" in developer mode.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist