mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 02:39:18 +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 =
|
||||
// TODO implement better logging
|
||||
DebuggingDirectives.logRequestResult(
|
||||
("http-rpc-server", Logging.InfoLevel)) {
|
||||
("http-rpc-server", Logging.DebugLevel)) {
|
||||
withErrorHandling {
|
||||
pathSingleSlash {
|
||||
post {
|
||||
|
|
Loading…
Add table
Reference in a new issue