Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Debug logging options should match sentence context #5219

Merged
merged 2 commits into from
Aug 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v2.2/config-guide/cli/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ functional_areas:
By default, Magento writes to the debug log (`<install_directory>/var/log/debug.log`) when it is in default or developer mode, but not when it is in production mode. Use the `bin/magento setup:config:set --enable-debug-logging=true | false` command to change the default value.

{:.bs-callout .bs-callout-info}
As of Magento 2.2.8, you can no longer use the `bin/magento config:set dev/debug/debug_logging 0 | 1` command to enable or disable debug logging for current mode.
As of Magento 2.2.8, you can no longer use the `bin/magento config:set dev/debug/debug_logging 1 | 0` command to enable or disable debug logging for the current mode.

### To enable debug logging

Expand Down
2 changes: 1 addition & 1 deletion guides/v2.3/config-guide/cli/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ functional_areas:
By default, Magento writes to the debug log (`<install_directory>/var/log/debug.log`) when it is in default or develop mode, but not when it is in production mode. Use the `bin/magento setup:config:set --enable-debug-logging=true | false` command to change the default value.

{:.bs-callout .bs-callout-info}
As of Magento 2.3.1, you can no longer use the `bin/magento config:set dev/debug/debug_logging 0 | 1` command to enable or disable debug logging for current mode.
As of Magento 2.3.1, you can no longer use the `bin/magento config:set dev/debug/debug_logging 1 | 0` command to enable or disable debug logging for the current mode.

### To enable debug logging

Expand Down