Skip to content

Commit d924719

Browse files
committed
feat: Add initial logging for request
- Implemented logging of request parameters and path. - Enhanced tracking for better debugging and monitoring.
1 parent 5a6063e commit d924719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/ppd_controller.rb

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Controller for PPD search form
44
class PpdController < ApplicationController
55
def index
6+
LoggingHelper.log_request({ params: params, path: request.path }, 'info')
67
@preferences = UserPreferences.new(params)
78
end
89
end

0 commit comments

Comments
 (0)