From ba9112ff14823e9e913efeb98984f80973d16481 Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Tue, 31 Aug 2021 10:50:18 -0400 Subject: [PATCH] devnet: enable contract logging Change-Id: I3953921cb55923c87ef610488d587bf5d85e44e1 --- terra/devnet/config/wasm.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terra/devnet/config/wasm.toml b/terra/devnet/config/wasm.toml index 5bf845409..945f5c2d4 100644 --- a/terra/devnet/config/wasm.toml +++ b/terra/devnet/config/wasm.toml @@ -13,3 +13,5 @@ contract-query-gas-limit = "3000000" # the cost of increased memory usage. We cannot pick universal # parameters for this, so we should allow node operators to set it. lru-size = "0" + +contract-logging-whitelist = "*" \ No newline at end of file