summaryrefslogtreecommitdiff
path: root/ctdb/common/logging.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-common: Log a count of dropped messages with non-blocking loggingMartin Schwenke2017-06-131-5/+53
* ctdb-common: Fix crash in logging initialisationMartin Schwenke2017-06-011-0/+1
* ctdb-logging: Initialize DEBUGLEVEL before changing the valueAmitay Isaacs2017-05-081-0/+2
* ctdb-logging: CID 1396883 Dereference null return value (NULL_RETURNS)Martin Schwenke2017-02-241-0/+1
* ctdb: Fix posible NULL deref in logging_init()Andreas Schneider2017-02-231-0/+7
* ctdb-logging: Refactor logging codeAmitay Isaacs2016-12-051-2/+448
* ctdb-logging: Use Samba's debug levelsMartin Schwenke2016-12-051-0/+6
* ctdb-logging: Drop enum debug_levelMartin Schwenke2016-12-051-24/+6
* ctdb-common: Fix parsing of debug levelAmitay Isaacs2016-07-281-0/+4
* ctdb-logging: Allow numeric specification of debug levelAmitay Isaacs2015-11-161-0/+11
* ctdb-logging: Allow sub-string matching for debug level stringsAmitay Isaacs2015-11-161-2/+2
* ctdb-logging: Fix for loop conditionAmitay Isaacs2015-11-161-1/+1
* ctdb-logging: Add APIs to convert debug_level to and from integerAmitay Isaacs2015-11-161-0/+18
* ctdb-common: Add logging utilitiesAmitay Isaacs2015-10-071-0/+74