redex-ai / Simple-Plagiarism-Checker

Web Application for checking the similarity between query and document using the concept of Cosine Similarity.
1 stars 0 forks source link

REDEX #9

Open redex-ai opened 11 months ago

redex-ai commented 11 months ago

Add logs

redex-ai-karthickmj[bot] commented 11 months ago

Change Summary

The Flask application plag.py will be updated to include logging. This will help in monitoring the application's behavior and debugging issues.

FilePlan :-

File : plag.py

Add import statement for the logging module. Initialize logging with the desired format and level. Add logging statements to log key events such as when a request is received, when plagiarism check is performed, and when results are returned.

Steps after merging :-

After merging the code, ensure that the logging configuration is appropriate for the deployment environment. For production, logs should be directed to a file or a logging service rather than the console.

Please review the structure and let me know if any modifications are required.

redex-ai-karthickmj[bot] commented 11 months ago

PULL REQUEST : https://github.com/redex-ai/Simple-Plagiarism-Checker/pull/10

redex-ai commented 11 months ago

Some comment

redex-ai commented 11 months ago

Some random comment