Skip to content

Commit

Permalink
Refactor: Improve log clarity in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseFru committed Sep 19, 2024
1 parent 9016dd0 commit 6e54ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)
from base_logger import get_logger

logger = get_logger("[Vault CLI]")
logger = get_logger("vault.cli")

HASHING_KEY = load_key(get_configs("HASHING_SALT"), 32)
DUMMY_PHONENUMBERS = get_configs(
Expand Down

0 comments on commit 6e54ac7

Please sign in to comment.