You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2020/09/28 18:19:52 UTC

[trafficserver] branch master updated (2e179c7 -> c23c5a4)

This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 2e179c7  Introduce proxy-verifier to AuTests (#7211)
     add c23c5a4  Log config reload: use new config for initialization (#7215)

No new revisions were added by this update.

Summary of changes:
 proxy/logging/Log.cc                              | 21 ++++----
 proxy/logging/Log.h                               |  5 ++
 proxy/logging/LogBuffer.cc                        | 16 +++---
 proxy/logging/LogBuffer.h                         |  6 ++-
 proxy/logging/LogConfig.cc                        |  2 +-
 proxy/logging/LogObject.cc                        | 28 +++++------
 proxy/logging/LogObject.h                         | 18 +++----
 proxy/logging/RolledLogDeleter.cc                 |  4 ++
 proxy/logging/YamlLogConfig.cc                    |  4 +-
 proxy/logging/unit-tests/test_RolledLogDeleter.cc |  4 +-
 tests/gold_tests/logging/log_retention.test.py    | 60 +++++++++++++++++++++++
 11 files changed, 120 insertions(+), 48 deletions(-)