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

Fix logging statement #1370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

logresearch
Copy link

Description:

This is an incremental change for the logging statement.
This PR updates the logging statement within the generateSubscriptionPDF function to improve clarity. The new logging statement provides a more straightforward description of the error.

Changes:

  1. Updated Logging Statement:
    • Changed the logging statement from:
      log.warn("was not able to generate subscription pdf for " + subscription.getId(), e);
      to:
      log.warn("Failed to generate subscription pdf for " + subscription.getId(), e);

same as the other two code change.

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.

1 participant