Skip to content

Fixed bug in file watcher that results in spurious skills update events and large log files#11217

Merged
etraut-openai merged 1 commit intomainfrom
etraut/file_watcher_fix
Feb 9, 2026
Merged

Fixed bug in file watcher that results in spurious skills update events and large log files#11217
etraut-openai merged 1 commit intomainfrom
etraut/file_watcher_fix

Conversation

@etraut-openai
Copy link
Collaborator

On some platforms, the "notify" file watcher library emits events for file opens and reads, not just file modifications or deletes. The previous implementation didn't take this into account.

Furthermore, the tracing.info! call that I previously added was emitting a lot of logs. I had assumed incorrectly that info level logging was disabled by default, but it's apparently enabled for this crate. This is resulting in large logs (hundreds of MB) for some users.

On some platforms, the "notify" file watcher library emits events for file opens and reads, not just file modifications or deletes. The previous implementation didn't take this into account.

Furthermore, the `tracing.info!` call that I previously added was emitting a lot of logs. I had assumed incorrectly that `info` level logging was disabled by default, but it's apparently enabled for this crate. This is resulting in large logs (hundreds of MB) for some users.
@etraut-openai etraut-openai changed the title Fixed bug in file watcher that results in noise Fixed bug in file watcher that results in spurious skills update events and log lines Feb 9, 2026
@etraut-openai etraut-openai changed the title Fixed bug in file watcher that results in spurious skills update events and log lines Fixed bug in file watcher that results in spurious skills update events and large log files Feb 9, 2026
@etraut-openai etraut-openai merged commit 9346d32 into main Feb 9, 2026
36 of 38 checks passed
@etraut-openai etraut-openai deleted the etraut/file_watcher_fix branch February 9, 2026 18:33
@github-actions github-actions bot locked and limited conversation to collaborators Feb 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments