BigDataIA-Spring2023-Team-03 / Assignment3

0 stars 0 forks source link

Consolidate logging into a single source #8

Open Rizba11 opened 1 year ago

Rizba11 commented 1 year ago

Description:

There are currently two separate logging methods being used, one using CloudWatch and the other using a database. This can result in redundancy and increased resource usage. To optimize this process, we propose consolidating the logging into a single source, such as CloudWatch.

Solution:

To implement this optimization, we suggest reviewing the current implementation of logging to identify the different methods being used. Once identified, we can consolidate the logging into a single source, such as CloudWatch. This will reduce the redundancy and improve overall performance.

Expected Behavior:

After implementing this change, the logging process should be more efficient and result in reduced resource usage. The overall performance of the logging functionality should improve without any noticeable changes in the user experience.

Steps to Implement:

Conclusion:

By consolidating logging into a single source, we can optimize the logging process, reduce redundancy, and improve the overall performance of our web application.