Skip to content

Add CRUD Logging in Commons Backend #73

Description

@brunoagretti

Add logging functionality to the CRUD operations in the Commons Backend project. Currently, some appjars have implemented this feature by overriding the methods in the CrudService interface and adding logging statements. However, it would be useful to have a mechanism, such as a filter, to apply logging to all CRUD operations in a centralized manner. Alternatively, a new interface could be created with default implementations that log the CRUD operations and then call the original method. This feature would provide better visibility into the operations performed on the backend components and facilitate debugging and troubleshooting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions