summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* Indicate timezone offsets in timestampsCsaba Henk2020-06-151-73/+58
* libglusterfs-xlator: structure loggingyatipadia2020-02-141-30/+24
* libglusterfs/logger - code cleaningBarak Sason2019-12-201-56/+35
* logging.c: check for log level before checking for args.Yaniv Kaul2019-09-161-10/+8
* logging: Structured logging reference PRAravinda VK2019-08-201-34/+35
* logging.c: check for skip_logging() in _gf_slog(), _gf_smsg()Yaniv Kaul2019-07-161-0/+8
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-2/+0
* across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-06-041-1/+1
* core: Capture process memory usage at the time of call gf_msg_nomemMohit Agrawal2019-05-111-9/+13
* logging.c/h: aggressively remove sprintfs()Yaniv Kaul2019-04-251-322/+195
* 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