summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* Do not call va_end twice in _gf_log_ehMichael Scherer2017-02-241-2/+0
* logging: Fix per xl log levelPoornima G2016-08-151-41/+32
* libglusterfs: coverity fixSakshi2016-04-141-1/+8
* libglusterfs: open cmd_history log file with O_APPEND and O_WRONLYAtin Mukherjee2016-03-291-1/+1
* gfapi: Fix the crashes caused by global_xlator and THISPoornima G2016-03-221-2/+2
* libglusterfs: close & open cmd_history.log on log rotateGaurav Kumar Garg2016-02-041-2/+35
* core: use syscall wrappers instead of direct syscalls - libglusterfsKaleb S. KEITHLEY2015-11-161-6/+8
* logging : GF_LOG_NONE logs alwaysMohamed Ashiq2015-09-011-8/+8
* logging: Stop using global xlator for log_buf allocationsSoumya Koduri2015-08-081-13/+0
* Revert "Revert "core: avoid crashes in gf_msg dup-detection code""Kaleb KEITHLEY2015-07-281-0/+13
* Revert "core: avoid crashes in gf_msg dup-detection code"Soumya Koduri2015-07-271-13/+0
* logging: Fixed incorrect buffer sizeNithya Balachandran2015-07-111-1/+1
* defaults,globals,iobuf,latency,logging,options,xlator/libglusterfs : porting ...Mohamed Ashiq2015-06-241-19/+22
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* libglusterfs: avoid crash due to ctx being NULLHumble Devassy Chirammal2015-04-251-1/+27
* core: avoid crashes in gf_msg dup-detection codeJeff Darcy2015-04-211-0/+13
* libglusterfs: avoid possibility of crash when ctx is nullHumble Devassy Chirammal2015-04-081-0/+3
* libglusterfs: check and act based on gf_malloc result.Humble Devassy Chirammal2015-03-241-0/+18
* glusterd: Add last successful glusterd lock backtraceKrishnan Parthasarathi2014-09-221-23/+4
* Use C-locale for numeric/string conversion routinesAnders Blomdell2014-07-191-0/+1
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-07-021-10/+4
* logging: Flush log messages logged via gf_log_callingfn()Krutika Dhananjay2014-06-131-0/+2
* logging: Prior to log initialization, print all logs to syslog.Poornima G2014-06-051-6/+24
* logging: remove unused message-id scriptsNiels de Vos2014-05-221-55/+9
* logging: Add extra logs to enable testing of log suppressionKrutika Dhananjay2014-05-161-0/+16
* logging: use duplicate stderr, instead of re-openingAnand Avati2014-04-301-2/+24
* logging: Introduce suppression of repetitive log messagesKrutika Dhananjay2014-04-301-92/+701
* build: MacOSX Porting fixesHarshavardhana2014-04-241-10/+10
* log: enhance gluster log format with message ID and standardize errno reportingShyamsundarR2014-03-281-173/+901
* gfapi: Set log level to GF_LOG_NONE after closing log file in glfs_finiPoornima2014-02-121-3/+4
* gfapi: Closed the logfile fd and initialize to NULL in glfs_finiPoornima G2013-12-261-1/+34
* libglusterfs: Explicitly open /dev/stderr logfileBharata B Rao2013-12-101-3/+1
* log: Fix logging to stderrBharata B Rao2013-08-191-1/+1
* log: use /etc/glusterfs/logger.conf file for logging targetBala.FA2013-08-131-2/+2
* log: set ident to openlogBala.FA2013-08-131-18/+31
* libglusterfs: Fix compilation warningPranith Kumar K2013-07-291-1/+1
* log: send current gf_log to syslog conditionallyBala.FA2013-07-191-19/+102
* log: enhance syslog logging using CEE formatBala.FA2013-07-191-0/+211
* debug/trace: save the recent fops received in the event-historyRaghavendra Bhat2013-01-171-2/+5
* logging: Added fflush in _gf_log.Avra Sengupta2012-12-211-0/+2
* logging: do the 'right' check for loglevelAmar Tumballi2012-08-071-6/+6
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-109/+93
* event-history: implement gf_log_eh for saving eventsRaghavendra Bhat2012-08-011-4/+40
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-20/+9
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-47/+28
* logging: change the 'logfile' value in a locked regionAmar Tumballi2012-05-301-88/+91
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* libglusterfs: Implement circular buffer and event historyRaghavendra Bhat2012-02-201-0/+9
* glusterd: auth allow enhancementsRajesh Amaravathi2012-02-201-4/+37
* log to stderr if "-" is given as log-fileCsaba Henk2011-11-201-0/+6