Enable logging in Build

Ok finally I’ve found the answer :
Need to also change EditorSettings.cs line 605
from public bool ForceLoggingBinaries { get; private set; } = false;
to public bool ForceLoggingBinaries { get; private set; } = true;

1 Like