Skip to content

fix: change logging from Info to Debug for Stage file created successfully#589

Merged
abtreece merged 1 commit intoabtreece:mainfrom
eric-beyeler:fix/verbose-logging-stage-file
Apr 23, 2026
Merged

fix: change logging from Info to Debug for Stage file created successfully#589
abtreece merged 1 commit intoabtreece:mainfrom
eric-beyeler:fix/verbose-logging-stage-file

Conversation

@eric-beyeler
Copy link
Copy Markdown

When running confd on an interval, the log line
INFO Stage file created successfully
is very verbose.
Change this log from INFO to DEBUG.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR reduces log verbosity when confd runs on an interval by downgrading a frequent “stage file created” message from INFO to DEBUG in the file staging workflow.

Changes:

  • Change “Stage file created successfully” log level from InfoContext to DebugContext.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.05%. Comparing base (c8f4bd4) to head (ae7af04).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #589      +/-   ##
==========================================
- Coverage   67.32%   67.05%   -0.28%     
==========================================
  Files          53       53              
  Lines        5644     7035    +1391     
==========================================
+ Hits         3800     4717     +917     
- Misses       1617     2091     +474     
  Partials      227      227              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Owner

@abtreece abtreece left a comment

Choose a reason for hiding this comment

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

Good catch @eric-beyeler, Debug is definitely the right level here

@abtreece abtreece merged commit 7799a79 into abtreece:main Apr 23, 2026
18 of 19 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.

3 participants