Created
March 6, 2018 14:22
-
-
Save binarylogic/514af0fddadb4294eb84726800c52b95 to your computer and use it in GitHub Desktop.
Disable all Timber integrations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.integrations.action_controller.enabled = false | |
config.integrations.action_view.enabled = false | |
config.integrations.active_record.enabled = false | |
config.integrations.rack.error_event.enabled = false | |
config.integrations.rack.http_context.enabled = false | |
config.integrations.rack.http_events.enabled = false | |
config.integrations.rack.session_context.enabled = false | |
config.integrations.rack.user_context.enabled = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment