Use SQLCommenter format to format tags in Query Logs

Don't really care about the format, so we'll use the new default one.
This commit is contained in:
Javi Martín
2024-04-15 14:29:09 +02:00
parent 9054d31ab3
commit 36828ee86b

View File

@@ -98,7 +98,7 @@ Rails.application.config.active_support.raise_on_invalid_cache_expiration_time =
# (https://open-telemetry.github.io/opentelemetry-sqlcommenter/), or using the legacy format.
# Options are `:legacy` and `:sqlcommenter`.
#++
# Rails.application.config.active_record.query_log_tags_format = :sqlcommenter
Rails.application.config.active_record.query_log_tags_format = :sqlcommenter
###
# Specify the default serializer used by `MessageEncryptor` and `MessageVerifier`