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

fix: Make deal making logs much less noisy #8622

Merged
merged 1 commit into from
May 11, 2022

Conversation

RobQuistNL
Copy link
Contributor

@RobQuistNL RobQuistNL commented May 9, 2022

For each upgrade-marked sector, for each deal, this "info" log comes along but its not really "info" imho

Related Issues

none

Proposed Changes

Changes simple info log down to debug log

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

For each upgrade-marked sector, for each deal, this "info" log comes along but its not really "info" imho
@RobQuistNL RobQuistNL requested a review from a team as a code owner May 9, 2022 20:13
@RobQuistNL RobQuistNL changed the title Make deal making logs much less noisy fix: Make deal making logs much less noisy May 9, 2022
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #8622 (c057ce1) into master (f22a0f9) will increase coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8622      +/-   ##
==========================================
+ Coverage   40.81%   40.84%   +0.02%     
==========================================
  Files         686      686              
  Lines       75750    75750              
==========================================
+ Hits        30920    30939      +19     
+ Misses      39495    39469      -26     
- Partials     5335     5342       +7     
Impacted Files Coverage Δ
extern/storage-sealing/input.go 56.54% <0.00%> (ø)
storage/wdpost_sched.go 77.45% <0.00%> (-3.93%) ⬇️
extern/storage-sealing/currentdealinfo.go 71.92% <0.00%> (-3.51%) ⬇️
miner/miner.go 55.08% <0.00%> (-2.30%) ⬇️
chain/events/events_called.go 88.29% <0.00%> (-1.96%) ⬇️
chain/sync_manager.go 74.53% <0.00%> (-1.56%) ⬇️
chain/gen/gen.go 68.19% <0.00%> (-1.23%) ⬇️
extern/sector-storage/sched_worker.go 78.23% <0.00%> (-1.18%) ⬇️
extern/sector-storage/sched.go 85.93% <0.00%> (-0.77%) ⬇️
chain/store/store.go 65.00% <0.00%> (-0.50%) ⬇️
... and 8 more

@magik6k magik6k merged commit 33a05d3 into filecoin-project:master May 11, 2022
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.

2 participants