Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CRUD Logging in Commons Backend #73

Open
brunoagretti opened this issue Apr 28, 2023 · 0 comments
Open

Add CRUD Logging in Commons Backend #73

brunoagretti opened this issue Apr 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@brunoagretti
Copy link
Member

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.

@brunoagretti brunoagretti added the enhancement New feature or request label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant