You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weixian edited this page May 26, 2026
·
13 revisions
API layer logs:
request received
correlation ID / trace ID
authenticated user / tenant
response status
unhandled exception
Application layer logs:
use case started
important decisions or branches
use case completed
business failure that matters operationally
Domain layer logs:
generally no logging
maybe only in rare cases if your domain services are acting like transaction scripts and you really need observability
even then, keep it minimal