hi
You can filter it by logger.
https://github.com/serilog/serilog-expressions?tab=readme-ov-file#filtering-example
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.Filter.ByExcluding(logEvent =>
{
//check the exception
return false or true;
})
.WriteTo.Console();
hi
I tested your website.
The default language will always be SR; no English problem exists.
You can try to clear your local cookies and check the language in your Browser.
https://www.w3.org/International/questions/qa-lang-priorities
hi
Can you share a website URL? liming.ma@volosoft.com
Yes.
See: https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement
Please share some screenshots.
hi
You can add it by extra property or download and customise the source code.
then override the default UI to show the displayname instead of name.