[GitHub] incubator-beam pull request #908: Fix inconsistent in formatting flink logs

2016-10-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-beam/pull/908


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-beam pull request #908: Fix inconsistent in formatting flink logs

2016-08-31 Thread xhumanoid
GitHub user xhumanoid opened a pull request:

https://github.com/apache/incubator-beam/pull/908

Fix inconsistent in formatting flink logs

**leaveCompositeTransform** always decrement _this.depth_, 
but **enterCompositeTransform** increment _this.depth_ only on 
ENTER_TRANSFORM

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/xhumanoid/incubator-beam master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-beam/pull/908.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 #908


commit cea201eaaea24d8cc1e117645d1c81f379beeb41
Author: Alexey Diomin 
Date:   2016-08-31T14:17:01Z

Fix inconsistent in formatting logs: leaveCompositeTransform always 
decrement depth, but enterCompositeTransform increment depth only on 
ENTER_TRANSFORM




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---