rajeshsinha1997 / url-shortener-rest-python

A basic URL-Shortening service developed as a REST-API using Python where users can get a shortened version of a very big URL
MIT License
0 stars 0 forks source link

TODO - Add Logging support to the Project #8

Open rajeshsinha1997 opened 3 months ago

rajeshsinha1997 commented 3 months ago

Description

We need to enhance the existing project by adding logging functionality. Logging will help us track and troubleshoot the behaviour of the application, monitor its performance, and diagnose any issues that may arise during operation.

Tasks

Acceptance Criteria

rajeshsinha1997 commented 3 months ago

This issue will be addressed along with the issue #7