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

[Backport] Switch to log4j logger #1753

Closed
2 tasks done
peternied opened this issue Apr 8, 2022 · 1 comment
Closed
2 tasks done

[Backport] Switch to log4j logger #1753

peternied opened this issue Apr 8, 2022 · 1 comment
Labels
backport 1.x backport to 1.x branch backport 1.3 backport to 1.3 branch bug Something isn't working

Comments

@peternied
Copy link
Member

peternied commented Apr 8, 2022

From #1751, this change needs to be backported into 1.X and 1.3

Branches to update:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-1751-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 54a920b20bd520f25aef328c1bb4997b325f46ce
# Push it to GitHub
git push --set-upstream origin backport/backport-1751-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-1751-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 54a920b20bd520f25aef328c1bb4997b325f46ce
# Push it to GitHub
git push --set-upstream origin backport/backport-1751-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3
@peternied peternied added bug Something isn't working backport 1.x backport to 1.x branch backport 1.3 backport to 1.3 branch labels Apr 8, 2022
@peternied
Copy link
Member Author

Track with #1790 instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.x backport to 1.x branch backport 1.3 backport to 1.3 branch bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant