-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REDEX #9
Comments
Change SummaryThe 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.pyAdd 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. |
PULL REQUEST : #10 |
Some comment |
Some random comment |
Add logs
The text was updated successfully, but these errors were encountered: