mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
revert logging directives on request/response back to DEBUG (#3819)
This commit is contained in:
parent
a40ef1ab21
commit
5189b6ad5c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue