Currently, logging is done via Laravel's built-in Log class but only for debugging statements that were only instated for testing new API endpoints and debugging their associated code. This should be changed by having all debugging logs either removed or conditioned via if statements and a constant that can be toggled for use only when debugging. Finally, logs should be added that indicate what endpoints have been contacted and their associated success or failure.
Currently, logging is done via Laravel's built-in Log class but only for debugging statements that were only instated for testing new API endpoints and debugging their associated code. This should be changed by having all debugging logs either removed or conditioned via if statements and a constant that can be toggled for use only when debugging. Finally, logs should be added that indicate what endpoints have been contacted and their associated success or failure.