Home
last modified time | relevance | path

Searched refs:rolling_max_count (Results 1 – 10 of 10) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogConfig.cc90 rolling_max_count = 0; in setup_default_values()
222rolling_max_count = static_cast<int>(REC_ConfigReadInteger("proxy.config.log.rolling_max_count")); in read_configuration_variables()
310 …ling_interval_sec, rolling_offset_hr, rolling_size_mb, /* auto_created */ false, rolling_max_count, in init()
362 fprintf(fd, " rolling_max_count = %d\n", rolling_max_count); in display()
H A DLogObject.h98 …lling_offset_hr = 0, int rolling_size_mb = 0, bool auto_created = false, int rolling_max_count = 0,
316 … int rolling_offset_hr, int rolling_size_mb, int rolling_max_count, int rolling_min_count,
H A DLogFile.h61 bool trim_rolled(size_t rolling_max_count);
H A DLogFile.cc294 LogFile::trim_rolled(size_t rolling_max_count) in trim_rolled() argument
341 if (rolling_max_count < rolled.size()) { in trim_rolled()
342 for (auto it = rolled.begin() + rolling_max_count; it != rolled.end(); it++) { in trim_rolled()
H A DLogConfig.h198 int rolling_max_count; variable
H A DLogObject.cc94 …int rolling_offset_hr, int rolling_size_mb, bool auto_created, int rolling_max_count, int rolling_… in LogObject() argument
104 m_max_rolled(rolling_max_count), in LogObject()
748 … int rolling_offset_hr, int rolling_size_mb, int rolling_max_count, int rolling_min_count, in TextLogObject() argument
751 …ling_interval_sec, rolling_offset_hr, rolling_size_mb, /* auto_created */ false, rolling_max_count, in TextLogObject()
H A DYamlLogConfig.cc171 int obj_rolling_max_count = cfg->rolling_max_count; in decodeLogObject()
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/logging/
H A Drotation.en.rst261 Set :ts:cv:`proxy.config.log.rolling_max_count` (yaml: `rolling_max_count`) to 1
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc7743 … Log::config->rolling_max_count, Log::config->rolling_min_count, Log::config->rolling_allow_empty); in TSTextLogObjectCreate()
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/files/
H A Drecords.config.en.rst3016 .. ts:cv:: CONFIG proxy.config.log.rolling_max_count INT 0