Wiki page log-levels.md changed with summary [] by Gareth Halfacree

This commit is contained in:
Gareth Halfacree 2017-12-05 06:22:01 -08:00 committed by apache
parent 4fc54dc664
commit 9dc3394b1a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ In this example the command would set the log level of ``module1`` to 5, ``modul
To tidy up the logging output use the following command to disable logging of internal ``eina`` code:
```bash
EINA_LOG_LEVEL{N} EINA_LOG_LEVELS_GLOB=eina_*:0 ./{application}
EINA_LOG_LEVEL={N} EINA_LOG_LEVELS_GLOB=eina_*:0 ./{application}
```
Removing these internal logs from the output makes it easier for you to see your own domain messages.