Skip to content

Fix full-scale config with multiple environments#219

Open
Blaadam wants to merge 1 commit into
Sleitnick:mainfrom
Blaadam:main
Open

Fix full-scale config with multiple environments#219
Blaadam wants to merge 1 commit into
Sleitnick:mainfrom
Blaadam:main

Conversation

@Blaadam
Copy link
Copy Markdown

@Blaadam Blaadam commented Jan 8, 2025

The documentation states that there is support for multiple environments but doesn't actually check whether the logconfig can be used in the existing environment and throws an error.

The documentation states that there is support for multiple environments but doesn't actually check whether the logconfig can be used in the existing environment and throws an error.
Copy link
Copy Markdown

@mirsdemo mirsdemo left a comment

Choose a reason for hiding this comment

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

Great PR!

This correctly addresses the logic issue and enables full-scale configurations to be used as documented.

Unsure why this hasn't been merged yet, though it's a necessary patch.

Without this, defining both a Dev and Prod environment causes a crash in the Dev environment, as the loop asserts on the Prod block before checking if the IDs match.

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