mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-27 11:07:15 +02: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