Skip to content

fix: Fixed an issue where KTESTIFY_ROOT_LOG_LEVEL did not set the desired log level - #44

Merged
nil-malh merged 1 commit into
mainfrom
fix/41
Jul 5, 2026
Merged

fix: Fixed an issue where KTESTIFY_ROOT_LOG_LEVEL did not set the desired log level#44
nil-malh merged 1 commit into
mainfrom
fix/41

Conversation

@nil-malh

@nil-malh nil-malh commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

📝 Description

cf title

Resolves #41

🔄 Type of Change

  • 🐛 Bug fix — non-breaking change that fixes an issue

✅ Pre-Merge Checklist

Code Quality

  • My code follows the Palantir Java Format style (passes mvn spotless:check)
  • I have added or updated Javadoc on public types and methods

Tests

  • I have added unit tests that cover the new / changed behaviour
  • All existing and new tests pass locally (mvn verify)
  • JaCoCo line coverage ≥ 70 % is maintained
  • Tests using Testcontainers are isolated and do not leave containers running

Licensing

  • Apache 2.0 license header has been added to every new source file (using spotless)

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

📋 Unreleased Changelog Preview

This is what the next release notes will look like based on commits in this PR.

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

✨ Features

  • Add JVM wide truststore configuration and tests — @nil-malh

⬆️ Dependency Updates

🐛 Bug Fixes

  • Fixed an issue where KTESTIFY_ROOT_LOG_LEVEL did not set the desired log level

Generated by git-cliff


🔄 Run #117 · Sun, 05 Jul 2026 12:25:20 GMT

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

✅ Test Results

Metric Count
Passed 669
Failed 0
⏭️ Skipped 0
📊 Total 669

✅ Coverage

Type Coverage Covered / Total
📏 Lines 83.7% 1746 / 2085
🌿 Branches 72.5% 527 / 727
🔧 Methods 83.4% 361 / 433

🔄 CI run #136 · Sun, 05 Jul 2026 12:29:03 GMT

@nil-malh
nil-malh merged commit 3ab3e5e into main Jul 5, 2026
11 checks passed
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.

[Bug]: Unable to change root logger level via config

1 participant