From f701551721320eb8a88252312c1fd52741599fe8 Mon Sep 17 00:00:00 2001 From: Gareth Halfacree Date: Fri, 1 Dec 2017 06:50:53 -0800 Subject: [PATCH] Wiki page log-levels.md changed with summary [] by Gareth Halfacree --- pages/develop/debug/log-levels.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/debug/log-levels.md.txt b/pages/develop/debug/log-levels.md.txt index ff6600862..1d237bfd5 100644 --- a/pages/develop/debug/log-levels.md.txt +++ b/pages/develop/debug/log-levels.md.txt @@ -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}