summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-7/+7
* logging: create parent dir if not availableAmar Tumballi2018-11-061-0/+20
* libglusterfs : fix newly introduced coverity defectSunny Kumar2018-10-121-2/+0
* logging: fix file handle leak when calls glfs_set_logging more timesKinglong Mee2018-10-101-0/+7
* libglusterfs/src/logging.c: reduce the use of stringsYaniv Kaul2018-10-101-124/+55
* Land part 2 of clang-format changesGluster Ant2018-09-121-2018/+2020
* coverity: libglusterfs issuesAmar Tumballi2018-08-191-2/+2
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* logging: free the strdup'd filename and ident on gf_log_fini()Niels de Vos2017-12-131-34/+44
* libglusterfs: specify ctx in gf_log_set_loglevelZhang Huan2017-12-061-5/+1
* logging: localtime logging, cmdline, volume set optionKaleb S. KEITHLEY2017-08-031-0/+26
* fuse: memory leak fixesDanny Couture2017-07-141-0/+2
* logging: Support for Structured logging formatAravinda VK2017-06-291-0/+144
* 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