hi
Can you try to upgrade to the latest? 5.1.3
Can you try this?
https://github.com/abpframework/abp/issues/10899#issuecomment-989840821
Please clear the log first, then reproduce the problem, and then upload the log. liming.ma@volosoft.com
Yes, You can copy the code from the SerilogConfigurationHelper .
hi Sorry for the delay. Can I check it remotely? liming.ma@volosoft.com
See https://support.abp.io/QA/Questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules
hi
Please check your app's logs. I didn't see the error logs.
Are u call the WriteTo.Elasticsearch method?
.WriteTo.Elasticsearch(
new ElasticsearchSinkOptions(new Uri(configuration["ElasticSearch:Url"]))
{
AutoRegisterTemplate = true,
AutoRegisterTemplateVersion = AutoRegisterTemplateVersion.ESv6,
IndexFormat = "MyProjectName-log-{0:yyyy.MM}"
})
introduced options.EnableRazorRuntimeCompilationOnDevelopment = false; to fix
hi
You just need to configure it and no other is needed.
We needed to call OdmsOptions.SetAsync(); method again to get latest settings,
This is design. See https://github.com/abpframework/abp/pull/6333