MCPcopy Create free account
hub / github.com/ceph/ceph / set_log_level

Method set_log_level

src/log/SubsystemMap.h:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void set_log_level(unsigned subsys, uint8_t log)
96 {
97 ceph_assert(subsys < m_subsys.size());
98 m_subsys[subsys].log_level = log;
99 m_gather_levels[subsys] = \
100 std::max(log, m_subsys[subsys].gather_level);
101 }
102
103 void set_gather_level(unsigned subsys, uint8_t gather)
104 {

Callers 8

InitializeMethod · 0.45
DBStoreManagerMethod · 0.45
InitializeMethod · 0.45
TESTFunction · 0.45
do_segvFunction · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
set_loggingMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 4

TESTFunction · 0.36
do_segvFunction · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36