I configured Microsoft Logger in Blazor Wasm with Asp.net core web APi
but after publishing to server the logs are not generating in logs folder.
on local I seen logs running in console Windows after running the project but not on server.
I also set stdoutLog= true in web.config file
path is default = ./logs/stdout
what is the problem ? What I missed?