Skip to content

Conversation

@Ayyanchira
Copy link
Member

PrintInfo method internally uses system level log instead of using IterableLogger. This bypasses the Iterable's config value.
The fix: use IterableLogger. It will print only when VERBOSE is set in config.
Closes #235

PrintInfo method internally uses system level log instead of using IterableLogger. This bypasses the Iterable's config value.
The fix:  use IterableLogger. It will print only when VERBOSE is set in config.
@Ayyanchira Ayyanchira requested a review from vbabenkoru June 1, 2020 15:38
@codecov
Copy link

codecov bot commented Jun 1, 2020

Codecov Report

Merging #238 into master will not change coverage.
The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #238   +/-   ##
=======================================
  Coverage   76.08%   76.08%           
=======================================
  Files          50       50           
  Lines        2877     2877           
  Branches      333      333           
=======================================
  Hits         2189     2189           
  Misses        480      480           
  Partials      208      208           
Impacted Files Coverage Δ
.../java/com/iterable/iterableapi/IterableLogger.java 39.39% <50.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55867f5...7b8b070. Read the comment docs.

Copy link
Contributor

@vbabenkoru vbabenkoru left a comment

Choose a reason for hiding this comment

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

👍

@Ayyanchira Ayyanchira merged commit 6383908 into master Jun 1, 2020
@Ayyanchira Ayyanchira deleted the MOB-1713-Update-IterableLogger branch June 1, 2020 23:56
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.

Warning log using string resource as iterable_notification_channel_name: expected String

3 participants