TF-4136 Add logError for send email exception thrower

This commit is contained in:
dab246
2026-01-06 00:50:54 +07:00
committed by Dat H. Pham
parent 492755f97f
commit fd630e9583
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ As part of PR #4205, the logging system was refactored to normalize log severity
| Level | Function | Intended usage |
|------|---------|----------------|
| critical | logWTF | System-level, unrecoverable failures (extremely rare) |
| critical | logCritical | System-level, unrecoverable failures (extremely rare) |
| error | logError | Critical, actionable failures that must be monitored |
| warning | logWarning | Recoverable issues or degraded behavior |
| info | logInfo / log | Normal application lifecycle events |