Hi,
Is it possible to seperate application logs (auditing logs) and logs added manually by Logger.Log
? This would be super useful as it is very hard to find manual logs with the current setup.
Hi,
On disabling a language from host admin, the language selection dropdown gets hidden for tenants which are using the disabled language. How can I set en as a default language for all the existing tenants?
Hi,
How can I disable Audit logs for some AppServices in my code?
Specifically, disable logs for all AppServices containg HookAppService
in their name.
Hi,
I have released te project in Release
mode on Azure but I still see developer error pages while logging in on API.
I also set ASPNETCORE_ENVIRONMENT
to Production
. Can someone help what am I missing?
I had a production failure of Hangfire and ther server remained halted for 1.5 day until a customer reported the issue.
I am using Sentry to report issues immediately whenever something goes wrong. But how can I catch this Hangifre issue where hangfire servers stopped randomly on production? If it happens once, it can happen again!
Hi,
I want to delete a custom notification OrderReceived
for all tenants (users) using SQL query. Doing this from UI will take a lot of time.
I see that notifications has many related tables. How can I do it correctly?
How can I use IObjectMapper
in a static class?
Hi,
We are planning to change default colors of metronic. While we do so, I want to know if there are some features of metronic which are removed from AspNetZero? So I remove those from my metronic build.
Hi,
I need to change the primary color from blue to Purple. How can I achieve that in .NET Core + Angular solution?