mirror of
https://github.com/safing/portmaster.git
synced 2026-06-19 20:44:35 +00:00
- SetLogLevel now writes a log line via writeLogLevelChange() so level transitions are always visible regardless of old/new level - slogLevel is now a shared *slog.LevelVar; all derived loggers pick up changes instantly without recreating the handler - slog.SetDefault is called only once (sync.Once) so handlers are stable