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

temp: added standard logging and removed celery logging #32577

Merged
merged 3 commits into from
Jun 26, 2023

Conversation

zubair-ce07
Copy link
Contributor

@zubair-ce07 zubair-ce07 commented Jun 26, 2023

@zubair-ce07 zubair-ce07 requested a review from pshiu June 26, 2023 13:50
@pshiu pshiu changed the title chore: added standard logging and removed celery logging temp: added standard logging and removed celery logging Jun 26, 2023
Copy link
Contributor

@pshiu pshiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @zubair-ce07!

LOGGER.info('Successfully completed the task expire_and_create_entitlements after examining %d entries', len(entitlement_ids)) # lint-amnesty, pylint: disable=line-too-long
log.info('Successfully completed the task expire_and_create_entitlements after examining %d entries, task id :%s',
len(entitlement_ids),
self.id) # lint-amnesty, pylint: disable=line-too-long
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may not need the lint-amnesty anymore:

Suggested change
self.id) # lint-amnesty, pylint: disable=line-too-long
self.id)

@zubair-ce07 zubair-ce07 merged commit ddf8c32 into master Jun 26, 2023
@zubair-ce07 zubair-ce07 deleted the zubair/phil-add-standard-logging branch June 26, 2023 15:08
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants