caddy/modules/logging
Ririsoft 8e0d3e1ec5
logging: set file mode when the file already exist (#6391)
101d3e7 introduced a configuration option to set the log file mode.
This option was not taken into account if the file already exists,
making users having to delete their logs to have new logs created
with the right mode.
2024-06-12 15:17:46 -06: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 logging: set file mode when the file already exist (#6391) 2024-06-12 15:17:46 -06:00
filewriter_test.go logging: set file mode when the file already exist (#6391) 2024-06-12 15:17:46 -06:00
filewriter_test_windows.go logging: Customize log file permissions (#6314) 2024-06-06 08:33:34 -06:00
filterencoder.go logging: Implement `append` encoder, allow flatter filters config (#6069) 2024-03-05 16:24:32 -07:00
filters.go logging: Inline Caddyfile syntax for `ip_mask` filter (#6094) 2024-02-12 17:15:35 +00:00
filters_test.go logging: query filter for array of strings (#5779) 2023-08-29 22:59:43 +00:00
netwriter.go caddyfile: Normalize & flatten all unmarshalers (#6037) 2024-01-23 19:36:59 -05:00
nopencoder.go chore: Bump up to Go 1.19, minimum 1.18 (#4925) 2022-08-02 16:39:09 -04:00