You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ Once initialized (and enabled), the gem automatically includes its modules into
52
52
-`ActiveSupport::TaggedLogging` is patched to support both Hashes and Strings (only when LogStruct is enabled)
53
53
-`ActionMailer::Base` includes error handling and event logging modules
54
54
- We configure `Lograge` for request logging
55
+
- Lograge request logs include request metadata (request_id, source_ip, user_agent, referer, host, content_type, accept) and custom fields from `lograge_custom_options`
55
56
- A Rack middleware is inserted to catch and log errors, including security violations (IP spoofing, CSRF, blocked hosts, etc.)
56
57
- Structured logging is set up for ActiveJob, Sidekiq, Shrine, etc.
57
58
- Rails `config.filter_parameters` are merged into LogStruct's filters and then cleared (to avoid double filtering). Configure sensitive keys via `LogStruct.config.filters`.
0 commit comments