I do have a Docker container running a .net core 2 app.
The logging is configured using this code in Program.cs
Program.cs
public static IWebHostBuilde
Have you checked the logs in container settings? I followed this guide to deploy a container to Azure web app.