Skip to content

Removed echo in order not to pollute logs#44

Open
lukaszb wants to merge 1 commit into
ryansmith3136:masterfrom
lukaszb:do-not-pollute-logs
Open

Removed echo in order not to pollute logs#44
lukaszb wants to merge 1 commit into
ryansmith3136:masterfrom
lukaszb:do-not-pollute-logs

Conversation

@lukaszb

@lukaszb lukaszb commented Dec 26, 2014

Copy link
Copy Markdown

Currently when app is deployed with this buildpack, it logs every 1 second.

@stevepeak

Copy link
Copy Markdown

From my understanding it's intended to be a safe guard.

In your application add this which will inform the buildpack that your app has started properly.

with open('/tmp/app-initialized', 'a'):
    os.utime('/tmp/app-initialized', None)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants