diff --git a/pages/develop/debug/log-levels.md.txt b/pages/develop/debug/log-levels.md.txt index 1d237bfd5..d0c58d53a 100644 --- a/pages/develop/debug/log-levels.md.txt +++ b/pages/develop/debug/log-levels.md.txt @@ -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. \ No newline at end of file