diff --git a/docs/cromwell_features/CallCaching.md b/docs/cromwell_features/CallCaching.md index 4472251d1ea..5a9669717bd 100644 --- a/docs/cromwell_features/CallCaching.md +++ b/docs/cromwell_features/CallCaching.md @@ -93,8 +93,8 @@ If no `call_cache_hit_path_prefixes` are specified then all matching cache hits ***Call cache failure logging*** When Cromwell fails to cache a job from a previous result the reason will be logged. To reduce the verbosity of the logs -only the first three failure reasons will be logged per job. Cromwell will continue to try copying previous results -for the call, and when no candidates are left Cromwell will run the job on the backend. +only the first three failure reasons will be logged per shard of each job. Cromwell will continue to try copying +previous results for the call, and when no candidates are left Cromwell will run the job on the backend. **Docker Tags**