Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 8, 2026

Two log messages were emitting at INFO level every 10 seconds when no update was needed, creating log noise in production.

Changes

  • Reduced "Check for updates!" from INFO to DEBUG in src/utils/data.rs
  • Reduced "Last update was today. Skip update." from INFO to DEBUG in src/utils/update_type.rs

These messages now only appear when running with DEBUG logging enabled, while actual update operations continue logging at INFO level.

Original prompt

This section details on the original issue you should resolve

<issue_title>Remove the log level of the skip log</issue_title>
<issue_description>```
cells-1 | 2026-01-08T01:44:57.762068Z INFO racemap_cell_service::utils::data: Check for updates!
cells-1 | 2026-01-08T01:44:57.765199Z INFO racemap_cell_service::utils::update_type: Last update was today. Skip update.


Every ten seconds the service produce that logs. Reduce log level to debug.</issue_description>

## Comments on the Issue (you are @copilot in this section)

<comments>
</comments>


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: karlTGA <12493530+karlTGA@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove log level of skip log to debug Reduce log level for repeated skip update messages Jan 8, 2026
Copilot AI requested a review from karlTGA January 8, 2026 14:29
@karlTGA karlTGA marked this pull request as ready for review January 8, 2026 14:49
@karlTGA karlTGA merged commit 00bbf35 into main Jan 8, 2026
2 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.

Remove the log level of the skip log

2 participants