mirror of
https://github.com/juanfont/headscale.git
synced 2026-05-24 11:08:43 +09:00
Tests were dumping megabytes of zerolog output on failure; silence at init and let individual tests opt in via SetGlobalLevel when they need log-driven assertions. Updates #3157