优化日志输出信息,调整 Docker Compose 配置,新增 Vector 日志收集配置
This commit is contained in:
@@ -45,7 +45,7 @@ func main() {
|
||||
select {
|
||||
case err = <-errCh:
|
||||
case <-shutdown:
|
||||
slog.Info("Received shutdown signal")
|
||||
slog.Debug("捕获结束信号")
|
||||
app.Stop()
|
||||
err = <-errCh
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user