summaryrefslogtreecommitdiffstats
path: root/src/common/LogEntry.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: fix string creation from '0' in LogEntryRonen Friedman2024-03-041-1/+0
* common/LogEntry: drop support of LogSummary v2 encoding schemeKefu Chai2021-07-131-22/+6
* mon/LogMonitor: store logentries in separate keysSage Weil2021-07-031-5/+11
* common/LogEntry: add some constnessSage Weil2021-06-241-1/+1
* common/LogEntry: do not support <nautilusKefu Chai2021-02-231-16/+1
* common: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-1/+11
* common/LogEntry: use as_legacy_addr()Sage Weil2019-02-071-1/+1
* common/LogEntry: addr -> addrsSage Weil2018-05-281-24/+60
* common/LogEntry: no need for LogEntryKey encode/decodeSage Weil2018-05-281-17/+0
* core: use const_iterator for decodeKefu Chai2018-05-171-3/+3
* mon/LogMonitor: separate out summary by channelSage Weil2018-04-121-10/+63
* common: Use unqualified encoding in the rest of the filesAdam C. Emerson2018-01-101-24/+26
* common: fix log warningsxie xingguo2017-07-011-2/+2
* mon: helper function for string to log levelJohn Spray2017-06-271-0/+25
* common/LogEntry: make LogEntryKey opaque and cache its hash valueSage Weil2017-06-061-0/+1
* common/LogEntry: make LogSummary::contains() efficientSage Weil2017-06-051-0/+4
* common/LogEntry: include EntityName in log entriesSage Weil2017-05-311-2/+7
* common: Remove redundant includesJos Collin2017-05-221-3/+0
* common: Remove redundant includesBrad Hubbard2017-05-091-1/+1
* assert(0) -> ceph_abort()Sage Weil2016-11-221-2/+2
* common/LogEntry: include features in addr encodeSage Weil2016-05-311-8/+6
* commong/LogEntry: string_to_clog_typeSage Weil2014-11-051-0/+22
* common: LogEntry: if channel is missing, default to "cluster"Joao Eduardo Luis2014-09-221-1/+4
* common/LogEntry: fix warning on x86_64Sage Weil2014-08-311-3/+3
* common/LogEntry: fix warning on i386Sage Weil2014-08-311-1/+1
* common: LogEntry: if 'channel' is empty on decode assign defaultJoao Eduardo Luis2014-08-271-0/+2
* common: LogEntry: refactor how we output to syslogJoao Eduardo Luis2014-08-271-1/+4
* common: LogEntry: add 'channel' fieldJoao Eduardo Luis2014-08-271-2/+7
* common: LogEntry: add clog_type_to_string()Joao Eduardo Luis2014-08-271-0/+19
* common: LogEntry: change field name from 'type' to 'prio' (aka priority)Joao Eduardo Luis2014-08-271-4/+4
* mon: allow syslog level and facility for cluster log to be controlledSage Weil2013-02-201-18/+102
* mon: put cluster log at /var/log/ceph/$cluster.log and/or send to syslogSage Weil2012-06-061-0/+25
* new encoding for Log{Entry,Summary}Sage Weil2012-02-101-8/+8
* ceph-dencoder: add Log{Entry,EntryKey,Summary}Sage Weil2012-02-101-0/+108