refactor(shared): improve logger injection, env validation, and PII masking

Enhance shared infrastructure services with proper dependency injection,
stricter environment variable validation, and improved PII data masking.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Ho Ngoc Hai
2026-04-09 09:41:01 +07:00
parent 99fbc1aaca
commit 1e0436e95f
7 changed files with 55 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ export enum CachePrefix {
MARKET_DISTRICT = 'cache:market:district',
USER_PROFILE = 'cache:user:profile',
USER_QUOTA = 'cache:user:quota',
VALUATION = 'cache:valuation',
}
@Injectable()