fix: avoid flushing to monitor logs concurrently by ankush [frappe] PR#32552

From: https://github.com/frappe/frappe/pull/32552
Date: 2025-05-16 17:50:40+05:30

  • fix: avoid flushing to monitor logs concurrently (#32552)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32552

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32552

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports

Loading