Skip to content

Commit

Permalink
fixed typo in lograge config
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Jan 29, 2025
1 parent 6403f36 commit 16b64fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/lograge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
config.lograge.custom_payload do |controller|
{
host: controller.request.host,
user_id: controller.current_user.try(:id)
user_id: controller.current_user.try(:id),
params: controller.params
}
end
Expand Down

0 comments on commit 16b64fe

Please sign in to comment.