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

This commit is contained in:
Gareth Halfacree 2017-12-06 06:17:09 -08:00 committed by apache
parent 6dda772ef0
commit 2be7fc7c4a
1 changed files with 0 additions and 2 deletions

View File

@ -39,8 +39,6 @@ Logging of domain and global messages can be controlled at runtime using the fol
Domain level logging is set during runtime, in contrast with the name and color, through the environment variable ``EINA_LOG_LEVELS``.
You can also use finer-grained control via the ``EINA_LOG_LEVELS`` environment variable:
```bash
EINA_LOG_LEVELS=module1:4,module2:2,module3:0 ./{application}
```