the 2 Logs I’m trying to run are declared in “OnlineSubsystem.h”
ONLINESUBSYSTEM_API DECLARE_LOG_CATEGORY_EXTERN(LogOnline, Display, All);
ONLINESUBSYSTEM_API DECLARE_LOG_CATEGORY_EXTERN(LogOnlineGame, Display, All);
Since this subsystem is a separate module, is there a separate file for *ini settings for me to modify?
–Thanks for any help