RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
154 stars 30 forks source link

Do not audit log function execution #191

Closed apexdodge closed 5 months ago

apexdodge commented 5 months ago

RaythaFunctions.Commands.ExecuteFunction inherits LoggableRequest so every function execution is showing up in the Audit Log. This is probably unnecessary and can end up expanding the size of the audit log very quickly.