MCPcopy Create free account
hub / github.com/apache/trafficserver / set_rolling_enabled

Method set_rolling_enabled

include/proxy/logging/LogObject.h:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 inline void
182 set_rolling_enabled(Log::RollingEnabledValues rolling_enabled)
183 {
184 _setup_rolling(Log::config, rolling_enabled, m_rolling_interval_sec, m_rolling_offset_hr, m_rolling_size_mb);
185 }
186
187 inline void
188 set_rolling_interval_sec(int rolling_interval_sec)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected