Skip to content

v1.18: [anza migration] fix: use the correct log filter for non-unix (backport of #245)#288

Merged
yihau merged 1 commit intov1.18from
mergify/bp/v1.18/pr-245
Mar 19, 2024
Merged

v1.18: [anza migration] fix: use the correct log filter for non-unix (backport of #245)#288
yihau merged 1 commit intov1.18from
mergify/bp/v1.18/pr-245

Conversation

@mergify
Copy link
Copy Markdown

@mergify mergify Bot commented Mar 18, 2024

Problem

I removed the filter variable in #223, but I didn't notice that the non-Unix code was also using it 😞

Summary of Changes

use the new public const in the solana_logger

pub const DEFAULT_FILTER: &str = "solana=info,agave=info";


This is an automatic backport of pull request #245 done by Mergify.

fix: use the correct log filter for non-unix
(cherry picked from commit 2537e3e)
@mergify mergify Bot assigned yihau Mar 18, 2024
@yihau yihau requested a review from CriesofCarrots March 18, 2024 05:48
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.6%. Comparing base (e9bc805) to head (1bd765e).

Additional details and impacted files
@@           Coverage Diff           @@
##            v1.18     #288   +/-   ##
=======================================
  Coverage    81.6%    81.6%           
=======================================
  Files         827      827           
  Lines      224517   224517           
=======================================
+ Hits       183263   183276   +13     
+ Misses      41254    41241   -13     

@yihau yihau merged commit ae7da14 into v1.18 Mar 19, 2024
@yihau yihau deleted the mergify/bp/v1.18/pr-245 branch March 19, 2024 06:20
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.

3 participants