3 - Logging & Configuring Microservices
Almost the entire ecosystem of loggin in rust is based on the log crate.
Hint: For logging something that requires an otherwise-expensive operation, wrap it using the
log_enabled!(<LogLevel>)macro.
Almost the entire ecosystem of loggin in rust is based on the log crate.
Hint: For logging something that requires an otherwise-expensive operation, wrap it using the
log_enabled!(<LogLevel>)macro.