mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-31 19:37:41 +09:00
4e73133b9f
Add sub-logger pattern to SetRoutes() to eliminate repeated node.id field calls. Replace raw strings with zf.* constants throughout the primary routes code for consistent field naming. Changes: - Add nlog sub-logger in SetRoutes() with node.id context - Replace "prefix" with zf.Prefix - Replace "changed" with zf.Changes - Replace "newState" with zf.NewState - Replace "finalState" with zf.FinalState