Skip to content

Commit 86b4834

Browse files
AkramBitaradecaro
authored andcommitted
Fix review comment about logging the vault activities
Signed-off-by: akram <akram@il.ibm.com>
1 parent ffc98e3 commit 86b4834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/services/identity/storage/kvs/hashicorp/vault_kvs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
)
2727

2828
var (
29-
logger = logging.MustGetLogger("view-sdk.kvs")
29+
logger = logging.MustGetLogger("token-sdk.services.identity.storage.kvs.hashicorp")
3030
)
3131

3232
type KVS struct {

0 commit comments

Comments
 (0)