roadrunner-server / roadrunner-plugins

📦 Home for the roadrunner plugins
MIT License
25 stars 9 forks source link

fix(logger): remove unnecessary information from logs #141

Closed rustatian closed 2 years ago

rustatian commented 2 years ago

Reason for This PR

Description of Changes

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

codecov[bot] commented 2 years ago

Codecov Report

Merging #141 (712d2db) into master (016a1ac) will decrease coverage by 0.24%. The diff coverage is 12.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   65.06%   64.81%   -0.25%     
==========================================
  Files         138      139       +1     
  Lines       11024    11043      +19     
==========================================
- Hits         7173     7158      -15     
- Misses       3123     3155      +32     
- Partials      728      730       +2     
Impacted Files Coverage Δ
amqp/amqpjobs/consumer.go 69.42% <ø> (ø)
amqp/amqpjobs/item.go 73.28% <ø> (ø)
beanstalk/beanstalkjobs/config.go 68.42% <ø> (ø)
beanstalk/beanstalkjobs/consumer.go 73.07% <ø> (ø)
beanstalk/beanstalkjobs/item.go 77.63% <ø> (-2.64%) :arrow_down:
boltdb/boltjobs/consumer.go 65.35% <ø> (ø)
boltdb/boltjobs/item.go 45.32% <ø> (ø)
boltdb/boltjobs/listener.go 58.49% <ø> (ø)
boltdb/boltkv/driver.go 51.69% <ø> (ø)
config/plugin.go 69.60% <ø> (ø)
... and 33 more

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 016a1ac...712d2db. Read the comment docs.