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

This commit is contained in:
Gareth Halfacree 2017-12-01 06:50:53 -08:00 committed by apache
parent 60db825f4b
commit f701551721
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ EINA_LOG_LEVELS=module1:5,module2:2,module3:0 ./{application}
In this example the command would set the log level of ``module1`` to 5, ``module2`` to 2, and ``module3`` to 0.
To tidy up the logging output use the following command to disable logging of intenal ``eina`` code:
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}