You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config value is not being updated even though the flag is set. I've tried logging inside of override_config() to see if it is entered at all in case the value is is overwritten somewhere else, and it seems that the method is never actually called.
2023-02-08T15:05:23.769547Z INFO steward::commands::start: simulate flag: true, simulate enabled in config: false
If it were working, both would be true
The text was updated successfully, but these errors were encountered:
Rust: 1.67
Abscissa: 0.6.0
I have a bool config field
config.simulate.enabled
that I'd like to override with the start command flag--simulate
. My override looks like this:The config value is not being updated even though the flag is set. I've tried logging inside of
override_config()
to see if it is entered at all in case the value is is overwritten somewhere else, and it seems that the method is never actually called.If it were working, both would be
true
The text was updated successfully, but these errors were encountered: