Sha256: 8abab1364ea35bc7d98dc9eeec310329a1653c58597783ca9029e0db42353717
Contents?: true
Size: 533 Bytes
Versions: 18
Compression:
Stored size: 533 Bytes
Contents
# Safely is responsible for providing exception reporting and the # logging of backtraces when your daemon dies unexpectedly. The full # documentation for safely can be found at # http://github.com/kennethkalmer/safely/wiki # By default Safely will use the daemon-kit's logger to log exceptions, # and will store backtraces in the "log" directory. # Comment out to enable Hoptoad support # Safely::Strategy::Hoptoad.hoptoad_key = "" # Comment out to use email exceptions # Safely::Strategy::Mail.recipient = "your.name@gmail.com"
Version data entries
18 entries across 13 versions & 2 rubygems