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

Method set_rolling_interval_sec

include/proxy/logging/LogObject.h:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 inline void
188 set_rolling_interval_sec(int rolling_interval_sec)
189 {
190 _setup_rolling(Log::config, m_rolling_enabled, rolling_interval_sec, m_rolling_offset_hr, m_rolling_size_mb);
191 }
192
193 inline void
194 set_rolling_offset_hr(int rolling_offset_hr)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected