IzyPro/WatchDog

Need to hide the Watchdog UI

Closed this issue · 7 comments

Is your feature request related to a problem? Please describe.
Need to hide the watchdog UI still its need to be logged in DB.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Can you be a bit clear with what you described please .

I think he was saying , do we have any option to Enable or disable the Watchdog UI alone. All the logging features should work , just we need to hide the UI in production environment. we will just enable the UI for a specific period in a day to monitor all Logs & exceptions.

Yes exactly like this.

IzyPro commented

There is no option to do that at the moment
@edwinjoy69 is there a specific reason why you would want that?

if (app.Environment.IsDevelopment())
{
....
}

Should help with this for an ASP.NET Core project.

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.