I am using Audit.WepApi (found here) with my .Net Core 2.2 application which is a Web API. I managed to configure it on my controllers using the default options. It is great for logging API calls which should hopefully add to the security aspect
However, I cannot seem to find any information about saving the logs to a SQL database. Or is there any program to make better sense of the .json files?