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

support INFO *and* LOGINFO as config settings #2056

Merged
merged 2 commits into from Aug 29, 2017

Conversation

Projects
None yet
2 participants
@msimerson
Member

msimerson commented Aug 29, 2017

Changes proposed in this pull request:

  • support INFO and LOGINFO as config settings
  • switch default log level to INFO
  • docs updated
  • tests updated
@codecov

This comment has been minimized.

Show comment
Hide comment
@codecov

codecov Aug 29, 2017

Codecov Report

Merging #2056 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2056      +/-   ##
==========================================
+ Coverage   57.75%   57.76%   +<.01%     
==========================================
  Files          31       31              
  Lines        6439     6440       +1     
  Branches     1611     1611              
==========================================
+ Hits         3719     3720       +1     
  Misses       2720     2720
Impacted Files Coverage Δ
logger.js 87.14% <100%> (+0.09%) ⬆️

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 6d550b2...6514c71. Read the comment docs.

codecov commented Aug 29, 2017

Codecov Report

Merging #2056 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2056      +/-   ##
==========================================
+ Coverage   57.75%   57.76%   +<.01%     
==========================================
  Files          31       31              
  Lines        6439     6440       +1     
  Branches     1611     1611              
==========================================
+ Hits         3719     3720       +1     
  Misses       2720     2720
Impacted Files Coverage Δ
logger.js 87.14% <100%> (+0.09%) ⬆️

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 6d550b2...6514c71. Read the comment docs.

@smfreegard smfreegard merged commit a39addb into haraka:master Aug 29, 2017

4 checks passed

codecov/patch 100% of diff hit (target 57.75%)
Details
codecov/project 57.76% (+<.01%) compared to 6d550b2
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@msimerson msimerson deleted the msimerson:log-defaults branch Nov 7, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment