Public Agreement
Dubbo public agreement
This document is Dubbo public agreement, we expect all extension points comply with it.
URL
- All extension points must include URL parameter, design URL as a context information which throughouts the whole extension point design system.
- URL standard style:
protocol://username:password@host:port/path?key=value&key=value
Logging
- Print
ERROR
log for unrecoverable and NEED TO ALARM situation. - Print
WARN
log for recoverable exception or transient state inconsistency. - Print
INFO
log for normally status.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 22, 2020: clean up website (6e41905afa)