We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524aefc commit ee95844Copy full SHA for ee95844
Sources/Leaf/Application+Leaf.swift
@@ -26,8 +26,6 @@ extension Application {
26
var cache = self.cache
27
if self.application.environment == .development {
28
cache.isEnabled = false
29
- } else {
30
- self.application.logger.notice("Starting Leaf Renderer with caching enabled")
31
}
32
return .init(
33
configuration: self.configuration,
0 commit comments