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
Perform logging initialisation during function entry
haproxy doesn't call `OPENSSL_init_ssl` (see their bug 2448) in the
version ubuntu 24.04 packages, and it is not actually documented
as being required anyway.
As a result of this, avoid activating the `env_logger` default
(where error-level logs are printed to stderr) which is noisy
and interferes with tests.
0 commit comments