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

MAGEDOC-4115 Fixed infobox code #5661

Merged
merged 10 commits into from
Oct 14, 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
12 changes: 6 additions & 6 deletions guides/v2.2/config-guide/cli/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ functional_areas:

## Debug logging

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.
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.

{:.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 1 | 0` command to enable or disable debug logging for the current mode.
{: .bs-callout-info}
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.

### To enable debug logging

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

2. Flush the cache.
1. Flush the cache.

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

2. Flush the cache.
1. Flush the cache.

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

```bash
bin/magento cache:flush
```
```
12 changes: 6 additions & 6 deletions guides/v2.3/config-guide/cli/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ functional_areas:

## Debug logging

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.
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.

{:.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 1 | 0` command to enable or disable debug logging for the current mode.
{: .bs-callout-info}
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.

### To enable debug logging

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

2. Flush the cache.
1. Flush the cache.

```bash
bin/magento cache:flush
Expand Down Expand Up @@ -91,7 +91,7 @@ Logging to `syslog` is disabled by default.
bin/magento setup:config:set --enable-syslog-logging=true
```

2. Flush the cache.
1. Flush the cache.

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

```bash
bin/magento cache:flush
```
```