Skip to content

Commit

Permalink
Kytke pois päältä debugCaching; Firelens-kontti alkoi kyykkäämään, jo…
Browse files Browse the repository at this point in the history
…nka takia Kosken kontit alkoivat käynnistymään uudelleen
  • Loading branch information
alehuo committed Oct 28, 2024
1 parent 09f7d57 commit 7a776f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/fi/oph/koski/cache/ExpiringCache.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object ExpiringCache {
}

class ExpiringCache(val name: String, val params: ExpiringCache.Params)(implicit manager: CacheManager) extends Cache with Logging {
private val debugCaching = true
private val debugCaching = false

if (debugCaching) {
logger.info("Create expiring cache " + name)
Expand Down

0 comments on commit 7a776f8

Please sign in to comment.