1
0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-04-14 19:50:24 +02:00
Commit graph

2 commits

Author SHA1 Message Date
Ririsoft
0bc27e5fb1
logging: fix file mode configuration parsing ()
Commit 101d3e7 introduced file mode setting,
but was missing a JSON Marshaller so that
CaddyFile can be converted to JSON safely.
2024-06-08 11:34:18 -06:00
Ririsoft
101d3e7407
logging: Customize log file permissions ()
Adding a "mode" option to overwrite the default logfile permissions.
Default remains "0600" which is the one currently used by lumberjack.
2024-06-06 08:33:34 -06:00