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

chore: improve logging #4594

Merged
merged 3 commits into from
Mar 18, 2024
Merged

Conversation

dpc
Copy link
Contributor

@dpc dpc commented Mar 17, 2024

Mostly deviming, downgrading level and unifying certain things.

@dpc dpc requested a review from a team as a code owner March 17, 2024 07:31
@maan2003 maan2003 enabled auto-merge March 18, 2024 10:02
@maan2003 maan2003 added this pull request to the merge queue Mar 18, 2024
@@ -137,7 +139,7 @@ pub async fn update_test_dir_link(
) -> Result<(), anyhow::Error> {
let make_link = if let Ok(existing) = fs::read_link(link_test_dir).await {
if existing != test_dir {
info!(
debug!(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not set target here too?

Merged via the queue into fedimint:master with commit f37dca7 Mar 18, 2024
20 checks passed
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.

None yet

3 participants