hi
https://github.com/abpframework/abp-samples/blob/master/DomainTenantResolver/MVC-TIERED/src/Acme.BookStore.Web/BookStoreWebModule.cs#L145-L177
sure. no problem. : )
hi
You need to make sure your email sender configuration is correct.
Then use WriteTo.Email in all projects that want to use email to output logs.
https://github.com/serilog/serilog-sinks-email
hi
This is based on the current culture.
See https://github.com/dotnet/aspnetcore/issues/6566
hi
but it doesnt work, that's why I was checking if the file log worked. but it didnt...
You can test your mail sender configuration via https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo https://github.com/serilog/serilog-sinks-email/blob/dev/src/Serilog.Sinks.Email/Sinks/Email/MailKitEmailTransport.cs#L24-L37
hi
Each website has its log configuration. They are usually written to the Logs.txt.
If you want all website logs written to a single file. You can configure a shared log file.
hi
Maybe you can change the test or running environment to observe the Redis cache performance changes.
hi
My local Redis is running on Docker. It's very fast.
hi
Can you share a project so I can check it on my local