Skip to content

Rescope some long-scoped logs to avoid log delays

Bkg2k requested to merge fix/fix-long-scoped-logs into master

Thank you for your contribution!

Please make sure your Merge Request is ready to be merged:

  • if the Merge Request is about a new feature, an improvement or an important bugfix, amend RELEASE-NOTES.md
  • you respected conventional commits
  • you updated the wiki Please it is important 🙏 !

The results of the build can give you clues about what is missing in your Merge Request.

Changes :

  • Avoid delayed LOG using short scope delimiters ( {} enclosing eavery single LOG )

Merge request reports