Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue:4726] Fix the problem that the log folder in pulsa-function-go is ignored #4736

Merged
merged 2 commits into from
Jul 18, 2019

Conversation

wolfstudy
Copy link
Member

Signed-off-by: xiaolong.ran ranxiaolong716@gmail.com

Fixes #4726

Motivation

We repackaged the logrus log library and named it log. But at .gitignore#L37, we ignored all log files. The log file in pulsar-function-go is not uploaded.

In pulsar-function-go, the log file is the key to implementing the logtopic function, we can't ignore it. So this pull request renames the log to logutil to avoid this problem.

Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
@wolfstudy wolfstudy changed the title [Issue:4726] Fix the problem that the log folder in pulsa-function-go is ignored by [Issue:4726] Fix the problem that the log folder in pulsa-function-go is ignored Jul 16, 2019
@wolfstudy
Copy link
Member Author

Thanks @freeznet for pointing this out, PTAL.

@sijie
Copy link
Member

sijie commented Jul 17, 2019

run java8 tests

@wolfstudy
Copy link
Member Author

run integration tests

2 similar comments
@wolfstudy
Copy link
Member Author

run integration tests

@wolfstudy
Copy link
Member Author

run integration tests

@sijie sijie added area/function type/bug The PR fixed a bug or issue reported a bug labels Jul 18, 2019
@sijie sijie added this to the 2.4.1 milestone Jul 18, 2019
@wolfstudy
Copy link
Member Author

run java8 tests
run cpp tests
run integration tests

@wolfstudy
Copy link
Member Author

run java8 tests

@sijie sijie merged commit 23dd38f into apache:master Jul 18, 2019
easyfan pushed a commit to easyfan/pulsar that referenced this pull request Jul 26, 2019
apache#4736)

Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
jiazhai pushed a commit that referenced this pull request Aug 28, 2019
#4736)

Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>(cherry picked from commit 23dd38f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/function type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pulsar-function-go/log is not exist
2 participants