0.3.33
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user