Join Slack
Powered by
How can we log a specific header from CallLogging ...
# ktor
h
hyukchan
05/30/2019, 11:09 AM
How can we log a specific header from CallLogging feature ?
c
cy
05/30/2019, 4:18 PM
Copy code
install(CallLogging) { format { call -> any message format your need } }
cy
05/30/2019, 4:18 PM
Alternatively you can always intercept all requests and log everything you need at any point
2
Views
Open in Slack
Previous
Next