v0.15.0 deprecated http/tcp plugins (fasthttp/gnet2), migrated stdtcp/stdhttp to tcp/http

This commit is contained in:
2026-07-17 18:29:26 -04:00
parent dc3e9910a3
commit f0aca019f3
12 changed files with 551 additions and 1646 deletions
-2
View File
@@ -16,8 +16,6 @@ import (
_ "logwisp/internal/sink/http"
_ "logwisp/internal/sink/httpchain"
_ "logwisp/internal/sink/null"
_ "logwisp/internal/sink/stdhttp"
_ "logwisp/internal/sink/stdtcp"
_ "logwisp/internal/sink/tcp"
_ "logwisp/internal/sink/tcpchain"
+1
View File
@@ -75,6 +75,7 @@ func main() {
svc, statusReporterCancel, err := bootstrapInitial(ctx, cfg)
if err != nil {
logger.Error("msg", "Failed to initialize service", "error", err)
shutdownLogger()
os.Exit(1)
}