Tim Malseed
Exception in thread “main” io.ktor.application.DuplicateApplicationFeatureException: Conflicting application feature is already installed with the same key as Call Logging
Call Logging
embeddedServer( factory = Netty, port = 8080, host = "0.0.0.0", watchPaths = listOf("classes"), module = { install(CallLogging) install(CachingHeaders) artworkRouting() }
A modern programming language that makes developers happier.