mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-17 12:24:31 +00:00
Disable AMS logging (#7623)
Especially in production it's just noise and doesn't mix well with the log format
This commit is contained in:
parent
c7ac039697
commit
d87649db07
|
@ -1,3 +1,5 @@
|
|||
ActiveModelSerializers.config.tap do |config|
|
||||
config.default_includes = '**'
|
||||
end
|
||||
|
||||
ActiveSupport::Notifications.unsubscribe(ActiveModelSerializers::Logging::RENDER_EVENT)
|
||||
|
|
Loading…
Reference in a new issue