summaryrefslogtreecommitdiff
path: root/ctdb/common/logging.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett2023-04-061-1/+1
* ctdb-common: Tell file logging not to redirect stderrMartin Schwenke2022-06-161-0/+1
* ctdb-common: Add support for reopening logsMartin Schwenke2022-01-171-0/+75
* ctdb-common: Use Samba's DEBUG_FILE loggingMartin Schwenke2022-01-171-77/+36
* ctdb-common: Switch initial debug type to DEBUG_DEFAULT_STDERRMartin Schwenke2022-01-171-1/+1
* ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke2019-06-051-7/+7
* ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-06-051-3/+3
* ctdb: Fix an out of bound array accessAndreas Schneider2018-11-141-1/+1
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-081-1/+3
* ctdb-common: Fix CID 1435600Volker Lendecke2018-05-161-2/+1
* ctdb-common: Add a function to validate logging specificationAmitay Isaacs2018-05-121-0/+76
* ctdb-common: Refactor log backend parsing codeAmitay Isaacs2018-05-121-44/+77
* 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