Skip to content

feat: add request log flag#18

Merged
ammario merged 5 commits intomainfrom
codex/remove-log-only-flag-and-add-request-log-zxb0tf
Sep 10, 2025
Merged

feat: add request log flag#18
ammario merged 5 commits intomainfrom
codex/remove-log-only-flag-and-add-request-log-zxb0tf

Conversation

@ammario
Copy link
Copy Markdown
Member

@ammario ammario commented Sep 10, 2025

Summary

  • replace --log-only with --request-log to append requests to a log file
  • record each request with RFC3339 timestamps, allow/deny marker, method, and URL
  • document log format and test both allowed and denied request logging

Testing

  • cargo test (fails: Failed to execute ip netns add)
  • cargo clippy --all-targets -- -D warnings

https://chatgpt.com/codex/tasks/task_e_68c1b36d2cb883298bab42d5f09ff211

…og-zxb0tf

Resolved conflicts by keeping the dry-run and request-log features from HEAD branch
The dry-run flag was intentionally removed in a prior commit but was
accidentally re-introduced during the merge conflict resolution. This
commit removes it again, keeping only the request-log feature.
@ammario ammario enabled auto-merge (squash) September 10, 2025 19:40
@ammario ammario merged commit c170673 into main Sep 10, 2025
6 checks passed
@ammario ammario deleted the codex/remove-log-only-flag-and-add-request-log-zxb0tf branch September 10, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant