mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Convert params hash to a query string instead of a hash when logging.
This commit is contained in:
parent
6def5a344a
commit
b840971b77
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if (Rails.env.production? && SiteSetting.logging_provider == 'lograge') || ENV["
|
|||
params[:files].map!(&:headers) if params[:files]
|
||||
|
||||
output = {
|
||||
params: params,
|
||||
params: params.to_query,
|
||||
database: RailsMultisite::ConnectionManagement.current_db,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue