wolfstudy opened a new pull request #4736: [Issue:4726] Fix the problem that 
the log folder in `pulsa-function-go` is ignored by
URL: https://github.com/apache/pulsar/pull/4736
 
 
   Signed-off-by: xiaolong.ran <ranxiaolong...@gmail.com>
   
   Fixes #4726 
   
   ### Motivation
   
   We repackaged the `logrus` log library and named it `log`. But at 
[.gitignore#L37](https://github.com/apache/pulsar/blob/master/.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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to