You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: