[ https://issues.apache.org/jira/browse/TEPHRA-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533526#comment-15533526 ]
ASF GitHub Bot commented on TEPHRA-187: --------------------------------------- GitHub user wolf31o2 opened a pull request: https://github.com/apache/incubator-tephra/pull/16 TEPHRA-187 Support --foreground argument for foreground operation Adds a `--foreground` option to `start` to prevent Tephra from backgrounding. This is most useful for debugging or for running single-process containers, such as Docker. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wolf31o2/incubator-tephra TEPHRA-187-foreground-operation Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tephra/pull/16.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #16 ---- commit a749c25d193215c77bb2933486e859934f3bc417 Author: Chris Gianelloni <ch...@cask.co> Date: 2016-09-29T17:51:06Z TEPHRA-187 Support --foreground argument for foreground operation ---- > Support --foreground flag to prevent backgrounding Tephra > --------------------------------------------------------- > > Key: TEPHRA-187 > URL: https://issues.apache.org/jira/browse/TEPHRA-187 > Project: Tephra > Issue Type: Improvement > Environment: Docker, testing, etc > Reporter: Chris Gianelloni > Assignee: Poorna Chandra > Original Estimate: 1h > Remaining Estimate: 1h > > Currently, the tephra script will always run Tephra in the background and > will redirect logs from STDOUT to its log file. There should be a > "--foreground" argument to "start" to allow keeping the process in the > foreground with logging output to STDOUT. This is necessary to create a > Docker image using Tephra without otherwise modifying scripts or creating a > wrapper script to create a long-running foreground process. -- This message was sent by Atlassian JIRA (v6.3.4#6332)