Sha256: 2cbc41ab3028d949deaac220c39a506b0c6ac092ae97b1b08b5186b01c897a8a
Contents?: true
Size: 506 Bytes
Versions: 18
Compression:
Stored size: 506 Bytes
Contents
# Logtail and lograge are not compatible installed together. Using lograge # with the Logtail.com *service* is perfectly fine, but not with the Logtail *gem*. # # Logtail does ship with a {Logtail::Config#logrageify!} option that configures # Logtail 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
18 entries across 18 versions & 1 rubygems