Different Log Level In Shipping than Development

Hi everyone!

We want to have a reduced logging level when shipping than when developing so I have this in my defaultEngine.ini:

[Core.Log]
global=Fatal

However, I am noticing when I put this in my <project directory>\Saved\Config\Engine.ini:

[Core.Log]
LogOnline=verbose
LogConfig=verbose
LogAnalytics=log

It gets wiped out every time I start the editor! I have seen this behavior before with other .ini settings that are overridden by default.ini settings, but usually not if they are explicit as in my above example. What is the right way to override defaultengine.ini in the editor?

Thank you!