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

Commit 1cbb0f0

Browse files
authored
Merge pull request #5661 from magento/dobooth-patch-1
MAGEDOC-4115 Fixed infobox code
2 parents 8d8d9a8 + dfade97 commit 1cbb0f0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

guides/v2.2/config-guide/cli/logging.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ functional_areas:
1212

1313
## Debug logging
1414

15-
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.
15+
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` command to change the default value.
1616

17-
{:.bs-callout .bs-callout-info}
18-
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.
17+
{: .bs-callout-info}
18+
As of Magento 2.2.8, you can no longer use the `bin/magento config:set dev/debug/debug_logging` command to enable or disable debug logging for the current mode.
1919

2020
### To enable debug logging
2121

@@ -25,7 +25,7 @@ As of Magento 2.2.8, you can no longer use the `bin/magento config:set dev/debug
2525
bin/magento setup:config:set --enable-debug-logging=true
2626
```
2727

28-
2. Flush the cache.
28+
1. Flush the cache.
2929

3030
```bash
3131
bin/magento cache:flush
@@ -86,7 +86,7 @@ By default, Magento writes _syslog_ logs to the operating system `syslog` file.
8686
bin/magento setup:config:set --enable-syslog-logging=true
8787
```
8888

89-
2. Flush the cache.
89+
1. Flush the cache.
9090

9191
```bash
9292
bin/magento cache:flush
@@ -104,4 +104,4 @@ By default, Magento writes _syslog_ logs to the operating system `syslog` file.
104104

105105
```bash
106106
bin/magento cache:flush
107-
```
107+
```

guides/v2.3/config-guide/cli/logging.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ functional_areas:
1212

1313
## Debug logging
1414

15-
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.
15+
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` command to change the default value.
1616

17-
{:.bs-callout .bs-callout-info}
18-
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.
17+
{: .bs-callout-info}
18+
As of Magento 2.3.1, you can no longer use the `bin/magento config:set dev/debug/debug_logging` command to enable or disable debug logging for the current mode.
1919

2020
### To enable debug logging
2121

@@ -25,7 +25,7 @@ As of Magento 2.3.1, you can no longer use the `bin/magento config:set dev/debug
2525
bin/magento setup:config:set --enable-debug-logging=true
2626
```
2727

28-
2. Flush the cache.
28+
1. Flush the cache.
2929

3030
```bash
3131
bin/magento cache:flush
@@ -91,7 +91,7 @@ Logging to `syslog` is disabled by default.
9191
bin/magento setup:config:set --enable-syslog-logging=true
9292
```
9393

94-
2. Flush the cache.
94+
1. Flush the cache.
9595

9696
```bash
9797
bin/magento cache:flush
@@ -109,4 +109,4 @@ Logging to `syslog` is disabled by default.
109109

110110
```bash
111111
bin/magento cache:flush
112-
```
112+
```

0 commit comments

Comments
 (0)