ktorio / ktor

Framework for quickly creating connected applications in Kotlin with minimal effort

Home Page:https://ktor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logger name should be prefixed with io.ktor

fluidsonic opened this issue · comments

It's convention that logger names are prefixed with the relevant package. That allows proper configuration, e.g. of different log levels for different libraries based on package names.

Depending on the setup, Ktor uses Application or ktor.application as logger name. It should be io.ktor.Application for consistency.

No idea how I've managed to create it here instead of YouTrack…