cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=05c18876b3e2dba5dd7caea2517aaf24d92ab614

commit 05c18876b3e2dba5dd7caea2517aaf24d92ab614
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Sat Aug 15 12:53:00 2015 +0200

    eina: change default log level at which we display backtrace.
    
    We mostly use in our code base ERR in conjunction with system related 
error. This
    doesn't require any information from who did call that function to get 
debugged and
    is creating way to much noise with little value.
---
 src/lib/eina/eina_log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eina/eina_log.c b/src/lib/eina/eina_log.c
index 6fc9626..a9eb9aa 100644
--- a/src/lib/eina/eina_log.c
+++ b/src/lib/eina/eina_log.c
@@ -121,7 +121,7 @@ static Eina_Bool _disable_timing = EINA_TRUE;
 static int _abort_level_on_critical = EINA_LOG_LEVEL_CRITICAL;
 
 #ifdef EINA_LOG_BACKTRACE
-static int _backtrace_level = 2; // CRI & ERR by default
+static int _backtrace_level = 1; // CRI & ERR by default
 #endif
 
 static Eina_Bool _threads_enabled = EINA_FALSE;

-- 


Reply via email to