Skip to content

Commit

Permalink
Merge pull request #65 from papertrail/check-interval-string
Browse files Browse the repository at this point in the history
Specify a string value for new_file_check_interval
  • Loading branch information
troy committed Apr 21, 2015
2 parents 5af1f41 + c4ffba3 commit eb9b7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/log_files.yml.example.advanced
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ destination:
host: logs.papertrailapp.com
port: 12345 # NOTE: change this to YOUR papertrail port!
protocol: tls
new_file_check_interval: 10 # Check every 10 seconds
new_file_check_interval: "10" # Check every 10 seconds

0 comments on commit eb9b7b7

Please sign in to comment.