launchdarkly / ld-relay

LaunchDarkly Relay Proxy
Other
111 stars 79 forks source link

fix: offline mode would spam logs when file changes #406

Closed cwaldren-ld closed 2 months ago

cwaldren-ld commented 2 months ago

When the offline mode archive changed for the first time, the file monitor would emit a spurious log subsequent times because it wasn't updating its cache of the latest info from stat.

I've also extracted some of the log messages into const strings to fit the existing paradigm.