summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-7/+7
* logging: create parent dir if not availableAmar Tumballi2018-11-021-0/+20
* libglusterfs : fix newly introduced coverity defectSunny Kumar2018-10-111-2/+0
* logging: fix file handle leak when calls glfs_set_logging more timesKinglong Mee2018-09-251-0/+7
* libglusterfs/src/logging.c: reduce the use of stringsYaniv Kaul2018-10-071-124/+55
* Land part 2 of clang-format changesGluster Ant2018-09-121-2018/+2020
* coverity: libglusterfs issuesAmar Tumballi2018-08-181-2/+2
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-1/+1
* logging: free the strdup'd filename and ident on gf_log_fini()Niels de Vos2017-02-211-34/+44
* libglusterfs: specify ctx in gf_log_set_loglevelZhang Huan2017-12-051-5/+1
* logging: localtime logging, cmdline, volume set optionKaleb S. KEITHLEY2017-08-011-0/+26
* fuse: memory leak fixesDanny Couture2017-07-051-0/+2
* logging: Support for Structured logging formatAravinda VK2017-06-141-0/+144
* Do not call va_end twice in _gf_log_ehMichael Scherer2017-02-231-2/+0
* logging: Fix per xl log levelPoornima G2016-08-021-41/+32
* libglusterfs: coverity fixSakshi2015-04-151-1/+8
* libglusterfs: open cmd_history log file with O_APPEND and O_WRONLYAtin Mukherjee2016-03-281-1/+1
* gfapi: Fix the crashes caused by global_xlator and THISPoornima G2016-03-191-2/+2
* libglusterfs: close & open cmd_history.log on log rotateGaurav Kumar Garg2015-12-011-2/+35
* core: use syscall wrappers instead of direct syscalls - libglusterfsKaleb S. KEITHLEY2015-10-011-6/+8
* logging : GF_LOG_NONE logs alwaysMohamed Ashiq2015-07-291-8/+8
* logging: Stop using global xlator for log_buf allocationsSoumya Koduri2015-07-301-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-231-13/+0
* logging: Fixed incorrect buffer sizeNithya Balachandran2015-07-031-1/+1
* defaults,globals,iobuf,latency,logging,options,xlator/libglusterfs : porting ...Mohamed Ashiq2015-05-191-19/+22
* build: do not #include "config.h" in each fileNiels de Vos2015-05-181-5/+0
* libglusterfs: avoid crash due to ctx being NULLHumble Devassy Chirammal2015-04-071-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-011-0/+3
* libglusterfs: check and act based on gf_malloc result.Humble Devassy Chirammal2015-03-051-0/+18
* glusterd: Add last successful glusterd lock backtraceKrishnan Parthasarathi2014-09-031-23/+4
* Use C-locale for numeric/string conversion routinesAnders Blomdell2014-07-111-0/+1
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-06-211-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-021-6/+24
* logging: remove unused message-id scriptsNiels de Vos2014-05-081-55/+9
* logging: Add extra logs to enable testing of log suppressionKrutika Dhananjay2014-05-021-0/+16
* logging: use duplicate stderr, instead of re-openingAnand Avati2014-04-291-2/+24
* logging: Introduce suppression of repetitive log messagesKrutika Dhananjay2014-02-071-92/+701
* build: MacOSX Porting fixesHarshavardhana2014-04-171-10/+10
* log: enhance gluster log format with message ID and standardize errno reportingShyamsundarR2013-12-201-173/+901
* gfapi: Set log level to GF_LOG_NONE after closing log file in glfs_finiPoornima2014-01-171-3/+4
* gfapi: Closed the logfile fd and initialize to NULL in glfs_finiPoornima G2013-12-231-1/+34
* libglusterfs: Explicitly open /dev/stderr logfileBharata B Rao2013-12-091-3/+1
* log: Fix logging to stderrBharata B Rao2013-08-161-1/+1
* log: use /etc/glusterfs/logger.conf file for logging targetBala.FA2013-08-091-2/+2
* log: set ident to openlogBala.FA2013-08-091-18/+31
* libglusterfs: Fix compilation warningPranith Kumar K2013-07-291-1/+1
* log: send current gf_log to syslog conditionallyBala.FA2013-05-141-19/+102