JeffDarchuk / SitecoreSidekick

Framework for angularjs based microservice architecture operations.
MIT License
48 stars 33 forks source link

Feature request - Audit log - SQL / Solr logger #71

Closed markgibbons25 closed 2 years ago

markgibbons25 commented 3 years ago

I can see that the implementation of https://github.com/JeffDarchuk/SitecoreSidekick/blob/master/ScsAuditLog/Core/AuditLog.cs is using the file system. This doesn't work well with Azure PaaS. Could we have an implementation where we specify a SQL connection string?

JeffDarchuk commented 3 years ago

Yes you are correct that this feature doesn't function well on any of the cloud platforms. I have been considering options for a while, I think given the current direction of Sitecore converting it to use the same Solr that Sitecore uses would likely be a good option.

markgibbons25 commented 3 years ago

Yeah I can get on board with Solr. Disadvantage of Solr is it's a little more ephemeral than a database, but that's probably fine as we would likely only want to keep data for the past 90 days.