Files
Alexandr Stelnykovych 74d4138c8e log: emit message on log level change and make slog handler level dynamic
- 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
2026-04-30 18:07:26 +03:00
..
2024-08-09 18:15:48 +03:00
2024-08-09 18:15:48 +03:00
2024-08-09 18:15:48 +03:00