Commit graph

3 commits

Author SHA1 Message Date
Pavel Siomachkin
6784138bb1 Update test to use tls_resolvers instead of resolvers 2025-11-21 19:07:02 +01:00
Pavel Siomachkin
9411595df0 Add global resolvers directive for DNS challenge configuration 2025-10-09 19:26:38 +02:00
Aaron Taylor
2a127ac3d1
caddyconfig: add global option for configuring loggers (#4028)
This change is aimed at enhancing the logging module within the
Caddyfile directive to allow users to configure logs other than the HTTP
access log stream, which is the current capability of the Caddyfile [1].
The intent here is to leverage the same syntax as the server log
directive at a global level, so that similar customizations can be added
without needing to resort to a JSON-based configuration.

Discussion for this approach happened in the referenced issue.

Closes https://github.com/caddyserver/caddy/issues/3958

[1] https://caddyserver.com/docs/caddyfile/directives/log
2021-03-12 13:00:02 -07:00