WatchDog is a Realtime Message, Event, HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view messages, events, http requests made to their web application and also exception caught during runtime in their web applications, all in Realtime.
Hey, I am encountering some issues while searching in logs.
When I type in the search box in "Incode Logs" section, all logs disappears like there are no logs that contains the search string but there is.
To Reproduce
Use PostgreSQL as a database provider. Simple .Net 6 Web Application. Insert some Incode logs then try to search them.
Expected behavior
Correctly filtered logs.
Details (please complete the following information):
Project Type: Web Application (API)
Framework Version .NET 6
WatchDog Version 1.4.10
Database PostgreSQL
Browser Chrome
Additional context
I was looking around in the source code and find out that in LiteDBHelper.cs/GetAllLogs method has some missing assignments for "query" variable. Maybe that is the issue.
Hey, I am encountering some issues while searching in logs. When I type in the search box in "Incode Logs" section, all logs disappears like there are no logs that contains the search string but there is. To Reproduce Use PostgreSQL as a database provider. Simple .Net 6 Web Application. Insert some Incode logs then try to search them. Expected behavior Correctly filtered logs. Details (please complete the following information): Project Type: Web Application (API) Framework Version .NET 6 WatchDog Version 1.4.10 Database PostgreSQL Browser Chrome
Additional context I was looking around in the source code and find out that in LiteDBHelper.cs/GetAllLogs method has some missing assignments for "query" variable. Maybe that is the issue.