Skip to content
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

Lower level or remove unnecessary logging #1388

Open
jonespm opened this issue Jun 29, 2022 · 0 comments
Open

Lower level or remove unnecessary logging #1388

jonespm opened this issue Jun 29, 2022 · 0 comments
Labels

Comments

@jonespm
Copy link
Member

jonespm commented Jun 29, 2022

Thank you for contributing to this project!

  • Make sure to search the issues for duplicates first!

Describe the bug (Tell us what happens instead of the expected behavior) :

In the logs there are many unnecessary and not useful messages printed to the INFO log level

These include:

[2022-06-29 09:59:58 -0400] [INFO] [utils.py:70] course_id from path: #######
[2022-06-29 09:58:40 -0400] [INFO] [views.py:549] user XXXXX in course XXXXXXXX don't have any defaults values set type resource
[2022-06-29 09:58:46 -0400] [INFO] [views.py:289] course_id XXXXX total student=XX
[2022-06-29 10:00:16 -0400] [INFO] [db_util.py:146] User XXXXXXX is enrolled in these courses:
[2022-06-29 10:03:46 -0400] [INFO] [views.py:538] get_user_default_selection
[2022-06-29 10:03:46 -0400] [INFO] [views.py:776] get_course_date_start
[2022-06-29 10:05:05 -0400] [INFO] [db_util.py:116] get_user_courses_info
[2022-06-29 12:18:01 -0400] [INFO] [lti_new.py:103] LTI configuration valid.
[2022-06-29 09:42:31 -0400] [INFO] [views.py:167] update_course_info

These all seem like debug messages to me. Add any others to this list. This is somewhat related to cleaning up #1381 and also #228

@jonespm jonespm added the good first issue Good for newcomers label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants