Problem
Currently, in the old training service, we have a custom logger class here. This custom logger gives us color coded output in the terminal to clearly identify the error logs, info logs, etc using the logging framework in python.
Solution
Migrate this custom logger class to the Django backend.
Problem Currently, in the old training service, we have a custom logger class here. This custom logger gives us color coded output in the terminal to clearly identify the error logs, info logs, etc using the
logging
framework in python.Solution Migrate this custom logger class to the Django backend.
Refer to these resources for approach