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
Adjust config merge
When the override config has an appSettings/add element that the base config does not have, the base config will copy over the override config element.
Before this commit, the override appSettings/add element would be ignored if the base config did not also have the same element.
Bug fixes
- User name whitelist edit distance was not used correctly
- When log file config other than path/mask was changed, the changes were not propagated to the appropriate log file scanner