| 101 | } |
| 102 | |
| 103 | void set_gather_level(unsigned subsys, uint8_t gather) |
| 104 | { |
| 105 | ceph_assert(subsys < m_subsys.size()); |
| 106 | m_subsys[subsys].gather_level = gather; |
| 107 | m_gather_levels[subsys] = \ |
| 108 | std::max(m_subsys[subsys].log_level, gather); |
| 109 | } |
| 110 | }; |
| 111 | |
| 112 | } |