0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-10 23:40:06 -05:00
caddy/modules/logging
Francis Lavoie 315715e90f
core: Implement FastAbs to avoid repeated os.Getwd calls (#6687)
* core: Implement FastAbs to avoid repeated os.Getwd calls

* Lint

* Rename files
2024-11-13 03:55:51 -05: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 core: Implement FastAbs to avoid repeated os.Getwd calls (#6687) 2024-11-13 03:55:51 -05: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
netwriter.go
nopencoder.go