hi
Can you copy the code that I shared?
Search for the LoggerConfiguration keyword in your entire solution, and make sure all places are changed.
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
Thanks
hi
We will output warning logs.
https://github.com/abpframework/abp/pull/24815
hi
This is by design.
The Solution Explorer actually encompasses ABP modules and their projects, meaning they are all fundamentally .NET projects. However, Solution Runner allows us to add both C# applications and CLI applications (angular is a CLI application).
Thanks.
hi
We will show some in the console if this endpoint is wrong.
Thanks.
hi
Our sales team will contact you.
Your current ticket has been refunded.
Thanks.
hi
How can I reproduce this problem in a new template project?
Thanks
hi
The public website login flow is:
public website login -> redirect to authserver -> signin authserver -> redirect to public website.
Now both the public website and the authserver are signed.
Thanks.