Dedicated Server FPlatform::CreateProc -log

Greetings ,

I am currently developing a Matchmaking System. I currently have a Master Lobby Server that runs with -log switch argument for debugging. After I create another Server with CreateProc, it works fine since I am able to travel to it and see the correct map passed as argument in the function loading up. However it doesn’t allow me to append -log string so I can also see the Output log of those servers created for debugging. My question is: Can I pass a switch command line or how do I go about -logging those new processes.

Thanks in advance!

Was able to Log the servers that was ran in runtime. All I had to do was add " -log" at the end of the Map name on the FString!