Skip to content

Spike: resolve test environment logging config#175

Merged
jonrandahl merged 2 commits intodevfrom
spike/resolve-test-environment-logging-config
Oct 23, 2025
Merged

Spike: resolve test environment logging config#175
jonrandahl merged 2 commits intodevfrom
spike/resolve-test-environment-logging-config

Conversation

@jonrandahl
Copy link
Contributor

fix: corrects test environment logging

Cuts noisy test output by respecting configured log levels, making failures easier to spot and debugging smoother.

Fixed

  • Test logging respects the configured log level
  • Logger behaviour aligns with environment settings

Changed

  • Changelog updated to follow keep a changelog format
  • Unreleased notes added to document test logging adjustment

- Sets log level from environment, defaulting to info.
- Ensures level is applied before logger initialisation.
- Uses structured logger only at debug to reduce test noise.
- Removes duplicate level assignment and debug default.
- Adopts a standardised format and versioning to improve readability.
- Documents that tests respect the configured log level to reduce noise when not debugging.
- Normalises wording and structure across historical entries.
- Adds an unreleased section for upcoming changes.
Copy link
Contributor

@bogdanadrianmarc bogdanadrianmarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jonrandahl jonrandahl merged commit 9f26ed3 into dev Oct 23, 2025
2 checks passed
@jonrandahl jonrandahl deleted the spike/resolve-test-environment-logging-config branch October 23, 2025 15:38
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