Skip to content

Commit

Permalink
set logger tag to "secretk"
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Sep 30, 2022
1 parent d39bb1c commit dd06e55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ private constructor(
) : CosmWasmClient(apiUrl, encryptionUtils, broadcastMode, chainId) {

init {
Logger.setTag("secretk")
if (chainId.isNullOrBlank()) {
Logger.w(
"SigningCosmWasmClient was created without the \"chainId\" parameter. This is discouraged " +
Expand Down

0 comments on commit dd06e55

Please sign in to comment.