diff --git a/pages/develop/debug/log-levels.md.txt b/pages/develop/debug/log-levels.md.txt index f60e33c15..ec2421b4c 100644 --- a/pages/develop/debug/log-levels.md.txt +++ b/pages/develop/debug/log-levels.md.txt @@ -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} ```