Skip to content

chore: Move scheduled job logs to debug level#788

Merged
bokelley merged 1 commit into
mainfrom
bokelley/reduce-job-log-noise
Jan 16, 2026
Merged

chore: Move scheduled job logs to debug level#788
bokelley merged 1 commit into
mainfrom
bokelley/reduce-job-log-noise

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

  • Move routine scheduled job success logs from info to debug level
  • Keep error logs at info level with "with errors" suffix for visibility
  • Reduce production log noise while preserving error visibility

Affected jobs

  • Industry monitor: RSS feed fetching
  • Content curator: RSS perspectives, community articles, pending resources
  • Outreach scheduler: Proactive outreach

Test plan

  • Type check passes
  • All tests pass
  • Docker compose builds and runs successfully
  • Verified error case logs at info level (tested with RSS feed timeout error)

🤖 Generated with Claude Code

Reduce log noise from scheduled jobs by changing routine success logs
from info to debug level while keeping error logs at info level.

Affected jobs:
- Industry monitor: RSS feed fetching
- Content curator: RSS perspectives, community articles, pending resources
- Outreach scheduler: Proactive outreach

Errors are still logged at info level with a modified message suffix
"with errors" to maintain visibility into failures.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit 2e343ff into main Jan 16, 2026
6 checks passed
bokelley added a commit that referenced this pull request Jan 16, 2026
Reduce log noise from scheduled jobs by changing routine success logs
from info to debug level while keeping error logs at info level.

Affected jobs:
- Industry monitor: RSS feed fetching
- Content curator: RSS perspectives, community articles, pending resources
- Outreach scheduler: Proactive outreach

Errors are still logged at info level with a modified message suffix
"with errors" to maintain visibility into failures.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
bokelley added a commit that referenced this pull request Jan 20, 2026
Reduce log noise from scheduled jobs by changing routine success logs
from info to debug level while keeping error logs at info level.

Affected jobs:
- Industry monitor: RSS feed fetching
- Content curator: RSS perspectives, community articles, pending resources
- Outreach scheduler: Proactive outreach

Errors are still logged at info level with a modified message suffix
"with errors" to maintain visibility into failures.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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.

1 participant