This commit is contained in:
ponzischeme89
2026-08-27 07:31:57 +12:00
parent 394a6d9b57
commit b0b8990f90
24 changed files with 388 additions and 477 deletions
+4
View File
@@ -87,6 +87,10 @@ func run(log *slog.Logger, events *logging.Buffer, logLevel *slog.LevelVar) erro
if err != nil {
return err
}
if cfg.IgnoredClientName != "" {
log.Warn("ignoring legacy MEMBY_CLIENT_NAME override",
"configured", cfg.IgnoredClientName, "canonical", cfg.ClientName)
}
ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGTERM)
defer stop()