GameSession (AInfo) BeginPlay not called

So I put in functionality to write to a log file. It is using my GameSession class, as the constructor gets called and writes to the log file fine. But, it is not calling RegisterServer, BeginPlay, nothing, as far as I can tell. I’m assuming when you say logging you only mean the UE_LOG functionality correct?