chore(server): Move cache miss log statement to debug level
This is very annoying otherwise.
This commit is contained in:
		
							parent
							
								
									4332d38f4f
								
							
						
					
					
						commit
						30e618b65b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -73,7 +73,7 @@ func (b *FSBackend) ServeLayer(digest string, r *http.Request, w http.ResponseWr | |||
| 
 | ||||
| 	log.WithFields(log.Fields{ | ||||
| 		"layer": digest, | ||||
| 		"path": p, | ||||
| 		"path":  p, | ||||
| 	}).Info("serving layer from filesystem") | ||||
| 
 | ||||
| 	http.ServeFile(w, r, p) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue