Skip to content

Commit 5d483f6

Browse files
committed
Add logging notice
1 parent c0570e2 commit 5d483f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ldclient/impl/integrations/files/file_data_sourcev2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,5 +423,6 @@ def _check_file_times(self):
423423
try:
424424
ret[path] = os.path.getmtime(path)
425425
except Exception:
426+
log.warning("Failed to get modification time for %s. Setting to None", path)
426427
ret[path] = None
427428
return ret

0 commit comments

Comments
 (0)