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

Less QGIS server logs by default #5493

Merged
merged 1 commit into from
Nov 11, 2019
Merged

Less QGIS server logs by default #5493

merged 1 commit into from
Nov 11, 2019

Conversation

sbrunner
Copy link
Member

@sbrunner sbrunner commented Nov 6, 2019

No description provided.

@sbrunner sbrunner added this to the 2.5 milestone Nov 6, 2019
@sbrunner sbrunner requested a review from pvalsecc November 6, 2019 16:04
@sbrunner sbrunner merged commit 594d7d7 into master Nov 11, 2019
@sbrunner sbrunner deleted the less-log branch November 11, 2019 14:05
@backporting
Copy link

backporting bot commented Nov 12, 2019

The backport to 2.4 failed:

Commits ["e8f3eac70b4db3e7f55c8094920ab908bfb2777b"] could not be cherry-picked on top of 2.4

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/backport 2.4
# Navigate to the new directory.
cd .worktrees/backport
# Cherry-pick all the commits of this pull request and resolve the likely conflicts.
git cherry-pick e8f3eac70b4db3e7f55c8094920ab908bfb2777b
# Create a new branch with these backported commits.
git checkout -b backport-5493-to-2.4
# Push it to GitHub.
git push --set-upstream origin backport-5493-to-2.4
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/backport

Then, create a pull request where the base branch is 2.4 and the compare/head branch is backport-5493-to-2.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants