Skip to content

Commit

Permalink
Update component report docs.
Browse files Browse the repository at this point in the history
We found it useful to also include the PID and realized including the
hostname is redundant considering it is already prepended to all
log lines.
  • Loading branch information
dellis23 committed May 15, 2017
1 parent a6ab1f2 commit 0778757
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example-deploy.py
Expand Up @@ -132,8 +132,11 @@ def components():
information to stderr to allow an operator to dig in further if a
problem is found. The suggested format of this output:
component: app-123 foo@012345 1
component: app-123 bar@abcdef 1
component: [pid] [component] [sha] [count]
e.g.:
component: 9001 bar abcdef 1
"""
components = {
Expand Down

0 comments on commit 0778757

Please sign in to comment.