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
Logging should utilize hut library, that allows to use logger on OTP21+, and fallback to error_logger on older releases. logger has a lot of desirable features, like process metadata and structured log messages.
The text was updated successfully, but these errors were encountered:
Logging should utilize
hut
library, that allows to uselogger
on OTP21+, and fallback toerror_logger
on older releases.logger
has a lot of desirable features, like process metadata and structured log messages.The text was updated successfully, but these errors were encountered: