GoDoxy/internal/logging/accesslog
yusing 8fe94d6d14 feat(socket-proxy): implement Docker socket proxy and related configurations
- Updated Dockerfile and Makefile for socket-proxy build.
- Modified go.mod to include necessary dependencies.
- Updated CI workflows for socket-proxy integration.
- Better module isolation
- Code refactor
2025-05-10 09:47:03 +08:00
..
access_logger.go tweak(logging): rename write count variable and adjust buffer check interval 2025-05-05 20:59:43 +08:00
access_logger_test.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
back_scanner.go fix(access_log): file size calculation 2025-04-29 07:33:51 +08:00
back_scanner_test.go fix: tests 2025-04-30 17:42:51 +08:00
config.go fix: access log field names 2025-05-03 19:32:02 +08:00
config_test.go feat(socket-proxy): implement Docker socket proxy and related configurations 2025-05-10 09:47:03 +08:00
fields.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
fields_test.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
file_logger.go fix(access_log): file size calculation 2025-04-29 07:33:51 +08:00
file_logger_test.go feat(access_log): dynamic buffer size 2025-05-01 05:57:02 +08:00
filter.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
filter_test.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
formatter.go breaking: move maxmind config to config.providers 2025-05-03 20:58:09 +08:00
mock_file.go fix: tests 2025-04-30 17:42:51 +08:00
multi_writer.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
retention.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
retention_test.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
rotate.go feat(access_log): dynamic buffer size 2025-05-01 05:57:02 +08:00
rotate_test.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
status_code_range.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00
stdout_logger.go feat(acl): connection level ip/geo blocking 2025-04-25 10:47:52 +08:00
units.go refactor: move accesslog to logging/accesslog 2025-04-25 08:37:39 +08:00