Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI apache#6268] Specify logDir for RollingFile filePattern
# 🔍 Description ## Issue References 🔗 This pull request fixes # ## Describe Your Solution 🔧 We should specify `sys:logDir` for RollingFile filePattern, otherwise the log will be rolled to kyuubi work directory. ## Types of changes 🔖 - [X] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [X] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes apache#6268 from wForget/hotfix2. Closes apache#6268 b599583 [wforget] Specify logDir for RollingFile filePattern Authored-by: wforget <[email protected]> Signed-off-by: wforget <[email protected]>
- Loading branch information