mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
Relax logging
This commit is contained in:
@@ -24,7 +24,7 @@ struct VideosCacheModel: CacheModel {
|
||||
}
|
||||
|
||||
func retrieveVideo(_ cacheKey: String) -> Video? {
|
||||
logger.info("retrieving cache for \(cacheKey)")
|
||||
logger.debug("retrieving cache for \(cacheKey)")
|
||||
|
||||
if let json = try? storage?.object(forKey: cacheKey) {
|
||||
return Video.from(json)
|
||||
|
Reference in New Issue
Block a user