Skip to content

Commit

Permalink
Merge pull request #527 from convox/pt-start-position
Browse files Browse the repository at this point in the history
Start papertrail from live instead of beginning of kinesis retention period
  • Loading branch information
mattmanning committed Apr 8, 2016
1 parent b38657d commit 3d09654
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 73 deletions.
153 changes: 81 additions & 72 deletions api/models/templates.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/models/templates/service/papertrail.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"Enabled" : true,
"EventSourceArn" : "{{ $v }}",
"FunctionName" : { "Fn::GetAtt" : ["PapertrailLogger", "Arn"] },
"StartingPosition" : "TRIM_HORIZON"
"StartingPosition" : "LATEST"
}
},
{{ end }}
Expand Down

0 comments on commit 3d09654

Please sign in to comment.