Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 510 Bytes

Description

Installs, configures and starts remote_syslog, the syslog gem from papertrail.

Attributes

The following attributes are provided (with these defaults)

default[:papertrail][:remote_syslog][:version] = '1.6.5'
default[:papertrail][:host] = 'logs.papertrailapp.com'
default[:papertrail][:port] = '514'
default[:papertrail][:logs] = []
default[:papertrail][:exclude_patterns] = []

Usage

There is just one recipe, so use:

recipe['papertrail']