summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_logging.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-16ctdb-daemon: Use DEBUG() macro for child loggingMartin Schwenke1-3/+1
2022-06-16ctdb-daemon: Drop unused prefix, logfn, logfn_privateMartin Schwenke1-17/+4
2019-07-05ctdb-daemon: Drop unused function ctdb_vfork_with_logging()Martin Schwenke1-96/+0
2017-06-07Log the actual error returned when creating a pipe for client logging in CTDB...Richard Sharpe1-1/+2
2016-12-05ctdb-logging: Get rid of debug_extraAmitay Isaacs1-2/+0
2016-12-05ctdb-daemon: Consolidate initialization of logging and debug levelAmitay Isaacs1-2/+3
2016-12-05ctdb-logging: Remove duplicate logging codeAmitay Isaacs1-52/+5
2016-12-05ctdb-daemon: Remove tevent debug loggingAmitay Isaacs1-45/+0
2016-11-29ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke1-1/+1
2016-09-19ctdb-daemon: Log a message when vfork() takes long timeAmitay Isaacs1-0/+10
2016-08-08ctdb-daemon: Fix CID 1125627 Resource leak (RESOURCE_LEAK)Martin Schwenke1-2/+7
2016-06-08ctdb-daemon: Use lib/util functions instead of redefinitionsAmitay Isaacs1-0/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-16ctdb-logging: Move debug_extra definition to server/ctdb_logging.cAmitay Isaacs1-0/+2
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-5/+13
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-6/+6
2015-10-30ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs1-0/+1
2014-12-17ctdb/server: add format string checking to ctdb_tevent_logging()Stefan Metzmacher1-1/+5
2014-10-28ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOGMartin Schwenke1-19/+48
2014-10-28ctdb-logging: Separate out syslog and file logging backendsMartin Schwenke1-285/+12
2014-10-28ctdb-logging: Remove ctdb element from struct ctdb_log_stateMartin Schwenke1-6/+2
2014-10-28ctdb-logging: Remove log member from struct ctdb_contextMartin Schwenke1-12/+11
2014-10-28ctdb-logging: Rename ctdb_log_handler() to ctdb_child_log_handler()Martin Schwenke1-4/+5
2014-10-28ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRITMartin Schwenke1-6/+0
2014-10-28ctdb-logging: Remove DEBUG_EMERGMartin Schwenke1-3/+0
2014-10-28ctdb-logging: Add missing newline when logging to fileMartin Schwenke1-1/+1
2014-10-06ctdb-logging: Update to use Samba style debug.h/debug.cMartin Schwenke1-60/+17
2014-10-06ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke1-2/+2
2014-10-06ctdb-logging: Remove log ringbufferMartin Schwenke1-42/+0
2014-08-21ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke1-8/+8
2014-06-12ctdb-logging: Move controls handling functions from common to serverAmitay Isaacs1-1/+40
2014-01-16ctdb-daemon: Remove ctdb_fork_with_logging()Amitay Isaacs1-60/+0
2014-01-16ctdb-daemon: Add ctdb_vfork_with_logging()Amitay Isaacs1-0/+78
2013-11-19ctdb-server: Coverity fixesAmitay Isaacs1-2/+6
2013-07-11Fixes for various issues found by CoveritySumit Bose1-0/+4
2013-07-10ctdbd: Set process names for child processesAmitay Isaacs1-0/+1
2013-06-20logging: Notify parent when logging daemon is upMartin Schwenke1-7/+33
2013-04-17logging: fix comment typoMichael Adam1-1/+1
2013-03-25logging: Do not ignore stdout/stderr from the exec'd childrenAmitay Isaacs1-5/+0
2012-10-18Logging: Map TEVENT_DEBUG_FATAL to DEBUG_CRITMartin Schwenke1-2/+2
2012-07-16Remove tevent_loop_allow_nesting()Amitay Isaacs1-1/+0
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2011-11-26logging: properly cast sockaddr_in to sockaddr for sendto() in ctdb_syslog_log()Michael Adam1-1/+3
2011-11-26logging: some whitespace cleanup in ctdb_syslog_log()Michael Adam1-2/+1
2011-11-26logging: properly cast sockaddr_in to sockaddr for bind in start_syslog_daemon()Michael Adam1-1/+3
2011-08-26Logging: when we log stdout/stderr messages from eventscripts to the system ...Ronnie Sahlberg1-2/+9
2011-01-11Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg1-2/+2
2010-09-28set up a handler to catch and log debug messages from the tevent layerRonnie Sahlberg1-0/+40