Computer scienceBackendKtorKtor plugins

CallLogging and overview of other plugins for monitoring

Take from MDC

Report a typo

Write code that retrieves the contents from the MDC variable called requestPath. If there is no such variable, or its content is null, then the value must also be null:

format {
    val path: String? = // you code here
    "Request path: $path"
}
Enter a short text

Create a free account to access the full topic