Skip to content

Commit

Permalink
docs: fix typo (#4596)
Browse files Browse the repository at this point in the history
  • Loading branch information
suinia committed Feb 20, 2021
1 parent b3c20a6 commit 4ebbe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/core/logger.md
Expand Up @@ -165,7 +165,7 @@ exports.logger = {

#### Debug Log in Production Environment

To avoid some plugin's DEBUG logs printing in the production environment causing performance problems, the production environment prohibits printing DEBUG-level logs by default. If there is a need to print DEBUG logs for debugging in the production environment, you need to set `allowDebugAtProd` configuration to `ture`.
To avoid some plugin's DEBUG logs printing in the production environment causing performance problems, the production environment prohibits printing DEBUG-level logs by default. If there is a need to print DEBUG logs for debugging in the production environment, you need to set `allowDebugAtProd` configuration to `true`.

```js
// config/config.prod.js
Expand Down

0 comments on commit 4ebbe81

Please sign in to comment.