-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Admin - Log OGC request if error #5066
Conversation
0c9c58d
to
6bdc728
Compare
6bdc728
to
d14e21e
Compare
Co-authored-by: rldhont <[email protected]>
3aeddfd
to
bb0151a
Compare
This is now the example of the log :
|
bb0151a
to
f001200
Compare
f001200
to
5d222a0
Compare
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3_7 release_3_7
# Navigate to the new working tree
cd .worktrees/backport-release_3_7
# Create a new branch
git switch --create backport-5066-to-release_3_7
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick d14e21e4ac3683b812a7930c167ec18d6de1a00a,1c73f74a5256be67a98ea264dfc5a03b9ed8eb7a,5d222a0568bcc1acda04ad168ff7be137eec0d3b
# Push it to GitHub
git push --set-upstream origin backport-5066-to-release_3_7
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3_7 Then, create a pull request where the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionaly , i think
$appContext->logMessage( ..
may be used as well (testing purpose only)
[Backport release_3_7] Admin - Log OGC request if error #5066
Follow up from #4960
Superseeds #5004