summaryrefslogtreecommitdiff
path: root/ctdb/common/logging.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-06lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett1-1/+1
2022-06-16ctdb-common: Tell file logging not to redirect stderrMartin Schwenke1-0/+1
2022-01-17ctdb-common: Add support for reopening logsMartin Schwenke1-0/+75
2022-01-17ctdb-common: Use Samba's DEBUG_FILE loggingMartin Schwenke1-77/+36
2022-01-17ctdb-common: Switch initial debug type to DEBUG_DEFAULT_STDERRMartin Schwenke1-1/+1
2019-06-05ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke1-7/+7
2019-06-05ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-3/+3
2018-11-14ctdb: Fix an out of bound array accessAndreas Schneider1-1/+1
2018-11-08debug: Use debuglevel_(get|set) functionAndreas Schneider1-1/+3
2018-05-16ctdb-common: Fix CID 1435600Volker Lendecke1-2/+1
2018-05-12ctdb-common: Add a function to validate logging specificationAmitay Isaacs1-0/+76
2018-05-12ctdb-common: Refactor log backend parsing codeAmitay Isaacs1-44/+77
2017-06-13ctdb-common: Log a count of dropped messages with non-blocking loggingMartin Schwenke1-5/+53
2017-06-01ctdb-common: Fix crash in logging initialisationMartin Schwenke1-0/+1
2017-05-08ctdb-logging: Initialize DEBUGLEVEL before changing the valueAmitay Isaacs1-0/+2
2017-02-24ctdb-logging: CID 1396883 Dereference null return value (NULL_RETURNS)Martin Schwenke1-0/+1
2017-02-23ctdb: Fix posible NULL deref in logging_init()Andreas Schneider1-0/+7
2016-12-05ctdb-logging: Refactor logging codeAmitay Isaacs1-2/+448
2016-12-05ctdb-logging: Use Samba's debug levelsMartin Schwenke1-0/+6
2016-12-05ctdb-logging: Drop enum debug_levelMartin Schwenke1-24/+6
2016-07-28ctdb-common: Fix parsing of debug levelAmitay Isaacs1-0/+4
2015-11-16ctdb-logging: Allow numeric specification of debug levelAmitay Isaacs1-0/+11
2015-11-16ctdb-logging: Allow sub-string matching for debug level stringsAmitay Isaacs1-2/+2
2015-11-16ctdb-logging: Fix for loop conditionAmitay Isaacs1-1/+1
2015-11-16ctdb-logging: Add APIs to convert debug_level to and from integerAmitay Isaacs1-0/+18
2015-10-07ctdb-common: Add logging utilitiesAmitay Isaacs1-0/+74