revert logging directives on request/response back to DEBUG (#3819)

This commit is contained in:
Chris Stewart 2021-11-12 10:39:14 -06:00 committed by GitHub
parent a40ef1ab21
commit 5189b6ad5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ case class Server(
val route: Route = val route: Route =
// TODO implement better logging // TODO implement better logging
DebuggingDirectives.logRequestResult( DebuggingDirectives.logRequestResult(
("http-rpc-server", Logging.InfoLevel)) { ("http-rpc-server", Logging.DebugLevel)) {
withErrorHandling { withErrorHandling {
pathSingleSlash { pathSingleSlash {
post { post {