Skip to content

Commit a7b954b

Browse files
committed
change logging level from Notive to Debug
1 parent 3286f2e commit a7b954b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ geth-node/chaindata/history
6060
*.ipc
6161
.direnv
6262

63+
# emacs stuff
64+
*.~undo-tree~
65+
6366
# debug configs
6467
examples/debug/ci-test.http
6568
examples/debug/run-test-lc.sh

src/BotPlutusInterface/Contract.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ handleCollateral cEnv = do
479479
where
480480
--
481481
helperLog :: PP.Doc () -> ExceptT CollateralUtxo (Eff effs) ()
482-
helperLog msg = newEitherT $ Right <$> printBpiLog @w Notice msg
482+
helperLog msg = newEitherT $ Right <$> printBpiLog @w Debug msg
483483

484484
{- | Create collateral UTxO by submitting Tx.
485485
Then try to find created UTxO at own PKH address.

0 commit comments

Comments
 (0)