summaryrefslogtreecommitdiff
path: root/src/common/LogClient.cc
Commit message (Expand)AuthorAgeFilesLines
* common/LogClient.cc: : prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-131-2/+2
* mon: allow syslog level and facility for cluster log to be controlledSage Weil2013-02-201-4/+2
* mon: put cluster log at /var/log/ceph/$cluster.log and/or send to syslogSage Weil2012-06-061-22/+0
* logclient: fix warningSage Weil2012-06-051-1/+1
* logclient: fix crashes, fix which entries are sentSage Weil2012-06-051-10/+16
* monclient: send more log entries when first set is ackedSage Weil2012-06-051-0/+6
* logclient: not a dispatcherSage Weil2012-06-051-15/+2
* logclient: limit messages per MLog messageSage Weil2012-06-051-9/+17
* log: new logging infrastructureSage Weil2012-03-271-0/+2
* LogClient: remove accidental g_conf referencesColin Patrick McCabe2011-06-201-2/+2
* common: de-globalize LogClient, ProfLogger, TimerColin Patrick McCabe2011-06-201-7/+7
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-201-1/+1
* LogClient: pass in CephContext explicitlyColin Patrick McCabe2011-06-091-2/+3
* Dispatcher should take a CephContext argumentColin Patrick McCabe2011-06-091-0/+7
* g_conf: change to pointerColin Patrick McCabe2011-06-071-2/+2
* logclient: get rid of send_log; simplify monitor special casingSage Weil2011-05-181-42/+14
* logclient: log synchronously to syslogSage Weil2011-05-181-21/+8
* logclient: send entries once per mon sessionSage Weil2011-05-181-2/+45
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* logging: add g_conf.clog_to_syslogColin Patrick McCabe2010-12-061-0/+50
* logging: LogClient: refactor handle_log_ackColin Patrick McCabe2010-12-061-3/+8
* logging: better syntax for LogClientColin Patrick McCabe2010-12-061-7/+19
* logclient: clean up interaction with monclient, monitorSage Weil2010-06-081-8/+8
* msg: fix uses of MLogAck destructor to use put()Greg Farnum2010-03-311-1/+1
* mon: use connection hook to resend mon requestsSage Weil2009-10-131-3/+2
* msgr: change ms_handle_[peer_]reset prototypeSage Weil2009-10-131-0/+8
* LogClient: Add a mon data member and mon selection code.Greg Farnum2009-10-121-5/+6
* msgr: deliver resets to all dispatchers; make naming consistentSage Weil2009-08-311-1/+1
* messages: Clean up of PaxosServiceMessages, and some fixes for their users.Greg Farnum2009-06-251-1/+1
* Monitor/Message: All messages used by Paxos are now PaxosServiceMessages.Greg Farnum2009-06-241-1/+1
* osd: add logclient state changesYehuda Sadeh2009-03-271-0/+8
* mon: use separate message type for log ackSage Weil2009-03-271-5/+12
* mon: fix up MLog constructorSage Weil2008-12-111-3/+2
* logmonitor: append all notifications in a single fileYehuda Sadeh2008-12-041-0/+6
* cleanup, whitespaceYehuda Sadeh2008-12-041-1/+1
* log: use of cascading dispatcher for log messagesYehuda Sadeh2008-12-041-0/+12
* logclient: always print log messages to debug outputSage Weil2008-12-041-1/+1
* logclient: optionally take a stringstreamSage Weil2008-12-041-1/+10
* log: logclient uses log types instead of log levelYehuda Sadeh2008-12-041-4/+4
* osd: move logging messages to a common infrastructureYehuda Sadeh2008-12-031-0/+76