diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## 0.23.21
+### Changed
+- Reduce non-debug log verbosity.
+
 ## 0.23.20
 ### Changed
 - Better Haskoin Node logging.
diff --git a/haskoin-store.cabal b/haskoin-store.cabal
--- a/haskoin-store.cabal
+++ b/haskoin-store.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: cbb904727b2f9bd2bcabbdc6c752e74002c24c776489b9d6de71284f3c276051
+-- hash: 1b1c2b1561cd40fc700891e2d9451ad59b130a7c7e764e4cc19eb2bca04ca97e
 
 name:           haskoin-store
-version:        0.23.20
+version:        0.23.21
 synopsis:       Storage and index for Bitcoin and Bitcoin Cash
 description:    Store and index Bitcoin or Bitcoin Cash blocks, transactions, balances and unspent outputs.
                 All data is available via REST API in JSON or binary format.
diff --git a/src/Haskoin/Store/BlockStore.hs b/src/Haskoin/Store/BlockStore.hs
--- a/src/Haskoin/Store/BlockStore.hs
+++ b/src/Haskoin/Store/BlockStore.hs
@@ -462,7 +462,7 @@
                             p'
                         return Nothing
                     False -> do
-                        $(logInfoS) "BlockStore" $
+                        $(logDebugS) "BlockStore" $
                             "Requesting transaction " <> cs (show i) <> "/" <>
                             cs (show (length hs)) <>
                             " " <>
