Skip to content

Commit

Permalink
Log requests from watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Apr 11, 2024
1 parent 76962b3 commit 3505a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions watcher/waiting-watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ func (w *waitingWatcher) fileUpdated(path string, file os.FileInfo) {
if err != nil {
log.L.Error().Err(err).Send()
}

log.L.Debug().Str("file", file.Name()).Msg("Posted request!")
}
}

Expand Down

0 comments on commit 3505a73

Please sign in to comment.