Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bugfix]add logger option to db handler for KeyError #80

Merged
merged 1 commit into from
Mar 28, 2019

Conversation

yuki-mt
Copy link
Member

@yuki-mt yuki-mt commented Mar 28, 2019

What is this PR for?

If db_handler does not have logger option,
args["logger"] here causes KeyError: 'logger', so I added it.

This PR includes

  • add logger option to db handler

What type of PR is it?

Bugfix

What is the issue?

N/A

How should this be tested?

rekcurd_dashboard db init --settings rekcurd_dashboard/template/settings.yml-tpl

@yuki-mt yuki-mt self-assigned this Mar 28, 2019
@yuki-mt yuki-mt requested a review from keigohtr March 28, 2019 06:26
@yuki-mt yuki-mt changed the title add logger option to db handler for KeyError [Bugfix]add logger option to db handler for KeyError Mar 28, 2019
Copy link
Member

@keigohtr keigohtr left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-io
Copy link

codecov-io commented Mar 28, 2019

Codecov Report

Merging #80 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #80   +/-   ##
=======================================
  Coverage   84.75%   84.75%           
=======================================
  Files          42       42           
  Lines        2080     2080           
=======================================
  Hits         1763     1763           
  Misses        317      317

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 d725996...96dab0a. Read the comment docs.

@yuki-mt yuki-mt merged commit c3bceca into master Mar 28, 2019
@yuki-mt yuki-mt deleted the fix/db_logger branch March 28, 2019 07:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants