Hi,
When logtail-rails is required, it will automatically be enabled and changes development log output.
That is fine, but it would be great if logtail could actually be disabled in the environment config like everything in Rails.
Right now it has to be disabled by Logtail::Integrations::Rails.enabled = false, which is unexpected, since it provides config.logtail configuration object.
I'm happy to make a PR that takes config.logtail.enabled as the global configuration in the Railtie and disables the integration.
Looks like there are config.integrations.{active_record,action_view,action_controller} that could be configured, but still it would be nice to have one that manages them all.