Sha256: 637fe3aa593910845e664aceb912501b0c27b43ac9916b44b91292b2179e4979
Contents?: true
Size: 499 Bytes
Versions: 31
Compression:
Stored size: 499 Bytes
Contents
# Timber and lograge are not compatible installed together. Using lograge # with the Timber.io *service* is perfectly fine, but not with the Timber *gem*. # # Timber does ship with a {Timber::Config#logrageify!} option that configures # Timber to behave similarly to Lograge (silencing various logs). Check out # the aforementioned method or the README for info. begin require "lograge" module Lograge module_function def setup(app) return true end end rescue Exception end
Version data entries
31 entries across 31 versions & 2 rubygems