Stefan Oltmann
09/04/2025, 11:25 AMcommonMain
off?
At start it logs this:
[INFO] (io.ktor.server.Application): Application started in 0.0 seconds.
[INFO] (io.ktor.server.Application): Responding at <http://127.0.0.1:49991>
Even the macOS / mingW binaries log this at start.
I want it to be completely silent.
I think it comes from here:
https://github.com/ktorio/ktor/blob/b7face18342805d8a0eb77bb711d72aea5cd49a3/ktor-[…]-core/common/src/io/ktor/server/engine/BaseApplicationEngine.ktAleksei Tirman [JB]
09/05/2025, 8:19 AMKTOR_LOG_LEVEL
environment variable. For example, KTOR_LOG_LEVEL=WARN
.