caddy/modules/logging
Zen Dodd 88037f1666
Some checks are pending
Tests / test (./cmd/caddy/caddy, ~1.26.0, macos-14, 0, 1.26, mac) (push) Waiting to run
Tests / test (./cmd/caddy/caddy, ~1.26.0, ubuntu-latest, 0, 1.26, linux) (push) Waiting to run
Tests / test (./cmd/caddy/caddy.exe, ~1.26.0, windows-latest, True, 1.26, windows) (push) Waiting to run
Tests / test (s390x on IBM Z) (push) Waiting to run
Tests / goreleaser-check (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, aix) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, darwin) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, dragonfly) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, freebsd) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, illumos) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, linux) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, netbsd) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, openbsd) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, solaris) (push) Waiting to run
Cross-Build / build (~1.26.0, 1.26, windows) (push) Waiting to run
Lint / lint (push) Waiting to run
Lint / lint-1 (push) Waiting to run
Lint / lint-2 (push) Waiting to run
Lint / govulncheck (push) Waiting to run
Lint / dependency-review (push) Waiting to run
OpenSSF Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
chore: clean up wording and typo fixes (#7745)
* chore: clean up wording and typo fixes
* chore: ASCII -> alphanumeric in lexer for heredoc marker
2026-05-20 16:36:30 +10:00
..
appendencoder.go logging: Implement append encoder, allow flatter filters config (#6069) 2024-03-05 16:24:32 -07:00
cores.go logging: Customizable zap cores (#6381) 2024-06-10 09:03:24 -06:00
encoders.go logging: support ms duration format and add docs (#6187) 2024-03-21 22:17:09 -04:00
filewriter.go chore: Enable modernize linter (#7519) 2026-02-26 14:01:35 -07:00
filewriter_test.go logging: add regression coverage for rotated file mode (#7620) 2026-04-26 23:30:44 +10:00
filewriter_test_windows.go logging: add DirMode options and propagate FileMode to rotations (#7335) 2026-02-23 07:27:27 +00:00
filterencoder.go logging: fix multiple regexp filters on same field (fixes #7049) (#7061) 2025-10-16 05:08:53 +00:00
filters.go chore: clean up wording and typo fixes (#7745) 2026-05-20 16:36:30 +10:00
filters_test.go admin: Redact sensitive request headers in API logs (#7578) 2026-04-17 14:56:42 -06:00
journaldencoder.go logging: preserve ts for journald-wrapped JSON logs (#7644) 2026-04-13 17:33:02 -06:00
journaldencoder_test.go logging: preserve ts for journald-wrapped JSON logs (#7644) 2026-04-13 17:33:02 -06:00
netwriter.go chore: ugh, lint fix... (#7275) 2025-09-26 03:14:48 -04:00
nopencoder.go