This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 1cb4dcd26 feat(openid-connect): expose unauth_action parameter in
lua-resty-openidc (#8148)
add cbf2297c8 feat: add custom log format to each logger (#8643)
No new revisions were added by this update.
Summary of changes:
apisix/plugins/clickhouse-logger.lua | 14 +--
apisix/plugins/elasticsearch-logger.lua | 15 +--
apisix/plugins/file-logger.lua | 13 +--
apisix/plugins/google-cloud-logging.lua | 72 ++++++++-----
apisix/plugins/http-logger.lua | 15 +--
apisix/plugins/kafka-logger.lua | 14 +--
apisix/plugins/loggly.lua | 15 +--
apisix/plugins/rocketmq-logger.lua | 14 +--
apisix/plugins/skywalking-logger.lua | 14 +--
apisix/plugins/sls-logger.lua | 13 +--
apisix/plugins/splunk-hec-logging.lua | 35 +++++--
apisix/plugins/syslog.lua | 15 +--
apisix/plugins/tcp-logger.lua | 17 ++-
apisix/plugins/tencent-cloud-cls.lua | 17 +--
apisix/plugins/udp-logger.lua | 17 ++-
apisix/stream/plugins/syslog.lua | 9 +-
apisix/utils/log-util.lua | 42 ++++++++
docs/en/latest/plugins/google-cloud-logging.md | 33 ++++++
docs/en/latest/plugins/splunk-hec-logging.md | 33 ++++++
docs/en/latest/plugins/tcp-logger.md | 33 ++++++
docs/en/latest/plugins/udp-logger.md | 33 ++++++
docs/zh/latest/plugins/google-cloud-logging.md | 32 ++++++
docs/zh/latest/plugins/splunk-hec-logging.md | 32 ++++++
docs/zh/latest/plugins/tcp-logger.md | 32 ++++++
docs/zh/latest/plugins/udp-logger.md | 32 ++++++
t/plugin/elasticsearch-logger.t | 8 +-
t/plugin/google-cloud-logging2.t | 139 +++++++++++++++++++++++++
t/plugin/splunk-hec-logging.t | 109 +++++++++++++++++++
t/plugin/tcp-logger.t | 125 ++++++++++++++++++++++
t/plugin/udp-logger.t | 125 ++++++++++++++++++++++
t/stream-plugin/syslog.t | 5 +
31 files changed, 927 insertions(+), 195 deletions(-)