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

Method config_roll_outputlog

src/tscore/Diags.cc:472–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void
473Diags::config_roll_outputlog(RollingEnabledValues re, int ri, int rs)
474{
475 outputlog_rolling_enabled = re;
476 outputlog_rolling_interval = ri;
477 outputlog_rolling_size = rs;
478}
479
480/*
481 * Update diags_log to use the underlying file on disk.

Callers 2

DiagsConfigMethod · 0.80
periodicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected