Update logs.

This commit is contained in:
Amin.MasterkinG
2026-04-20 14:10:10 +03:30
parent cddd7bbd54
commit 95f9fb7470
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -26,6 +26,8 @@ func main() {
logger.Fatalf("<red>load config: <cyan>%v</cyan></red>", err)
}
logger = lg.New("MasterHttpRelayVPN Client", cfg.LogLevel)
app := client.New(cfg, logger)
ctx, cancel := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGTERM)