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

Limit the length of HTML output #50

Closed
bcipolli opened this issue Nov 13, 2017 · 1 comment
Closed

Limit the length of HTML output #50

bcipolli opened this issue Nov 13, 2017 · 1 comment

Comments

@bcipolli
Copy link

This line here outputs the full HTML document to the embulk log:

Embulk.logger.warn "JIRA returns HTML: #{html}"

The request is also retried multiple times, and the true error (e.g. 401 Unauthorized) is lost in this tremendous logging output.

Please reduce the length of the html document being output.

@thangnc
Copy link
Contributor

thangnc commented Nov 14, 2017

Thanks @bcipolli. This issue will be fixed in this PR #49

@thangnc thangnc closed this as completed Nov 14, 2017
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

No branches or pull requests

2 participants