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

build: make sure -Dquill.macro.log=false is passed when quill compiles #1264

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

patlo-iog
Copy link
Contributor

@patlo-iog patlo-iog commented Jul 12, 2024

Description:

This PR make sure quill pick up the quill.macro.log=false flag. This remove a all of static query logs. However this does not make the log of Dynamic Query Detected ... logs disappeared. It would require a change in the library here.

Alternatives Considered (optional):

Link to existing ADR (Architecture Decision Record), if any. If relevant, describe other approaches explored and the selected approach. Documenting why the methods were not selected will create a knowledge base for future reference, helping prevent others from revisiting less optimal ideas.

Checklist:

  • My PR follows the contribution guidelines of this project
  • My PR is free of third-party dependencies that don't comply with the Allowlist
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked the PR title to follow the conventional commit specification

Copy link
Contributor

Integration Test Results

19 files  19 suites   2s ⏱️
39 tests 39 ✅ 0 💤 0 ❌
66 runs  66 ✅ 0 💤 0 ❌

Results for commit d565711.

Copy link
Contributor

Unit Test Results

 96 files   96 suites   21m 51s ⏱️
826 tests 818 ✅ 8 💤 0 ❌
833 runs  825 ✅ 8 💤 0 ❌

Results for commit d565711.

@patlo-iog patlo-iog merged commit c30e310 into main Jul 12, 2024
14 checks passed
@patlo-iog patlo-iog deleted the fix-quill-log branch July 12, 2024 11:04
shotexa pushed a commit that referenced this pull request Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants