RE: [PATCH] Reduce logging in dbpool_mysql.c
"Rene Kluwen" <[email protected]> Sat, 24 Sep 2016 13:57:27 +0200
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
I don’t agree completely with your reasoning. Either you want debug information or you don’t. Enabling debug information yields a lot of information. What about if you want to debug the mysql pool usage? Still +0 from me in case it’s redundant info. Van: devel [mailto:[email protected]] Namens Donald Jackson Verzonden: zaterdag 24 september 2016 12:03 Aan: kannel_dev_mailinglist <[email protected]> Onderwerp: [PATCH] Reduce logging in dbpool_mysql.c Hi there, This is a simple patch to reduce excessive logging output of dbpool_mysql.c As we know many people run their Kannel systems with debug logging enabled so running with '-v 1' isn't a solution to this problem and I see no benefit of having this repetitive logging. Thanks, Donald