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 properties migrator is able to map a deprecated property to its replacement automatically but it does so only if the property is flagged with error level.
At first, it seems a shame we don't expand that mechanism to any deprecated property. Doing that, adding the module would help when something has just been deprecated (but is still honoured) so that the configuration is changed sooner than later.
Flagging for team attention to see if anyone remembers why it is restricted to error level only.