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

Update logback #101

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

Update logback #101

wants to merge 1 commit into from

Conversation

mhenke1
Copy link

@mhenke1 mhenke1 commented Dec 15, 2021

Description

Related issue and scope

  • I opened an issue to propose and discuss this change (#????)

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

@mhenke1
Copy link
Author

mhenke1 commented Dec 15, 2021

Reference:
http://logback.qos.ch/news.html

@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2021

Codecov Report

Merging #101 (8dc1b74) into master (f0f4525) will increase coverage by 0.32%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   78.33%   78.65%   +0.32%     
==========================================
  Files         194      194              
  Lines        9267     9267              
  Branches      542      542              
==========================================
+ Hits         7259     7289      +30     
+ Misses       2008     1978      -30     
Impacted Files Coverage Δ
...org/apache/openwhisk/core/controller/Actions.scala 94.02% <0.00%> (+0.99%) ⬆️
...isk/core/controller/actions/PrimitiveActions.scala 88.88% <0.00%> (+1.30%) ⬆️
.../org/apache/openwhisk/core/connector/Message.scala 67.96% <0.00%> (+2.34%) ⬆️
...e/loadBalancer/ShardingContainerPoolBalancer.scala 92.06% <0.00%> (+2.64%) ⬆️
.../scala/org/apache/openwhisk/utils/Exceptions.scala 40.00% <0.00%> (+20.00%) ⬆️
...whisk/connector/kafka/KafkaConsumerConnector.scala 81.69% <0.00%> (+23.94%) ⬆️

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 f0f4525...8dc1b74. Read the comment docs.

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

Successfully merging this pull request may close these issues.

2 participants