Skip to content

Commit c4dd319

Browse files
committed
Add test log
1 parent bd3d623 commit c4dd319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/watcher/file/file_watcher_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ func (fws *FileWatcherService) removeWatchers(ctx context.Context) {
154154
}
155155

156156
func (fws *FileWatcherService) handleEvent(ctx context.Context, event fsnotify.Event) {
157+
slog.ErrorContext(ctx, "handleEvent", "event", event)
157158
if fws.enabled.Load() {
158159
if fws.isEventSkippable(event) {
159160
return

0 commit comments

Comments
 (0)