update log rotator

This commit is contained in:
2026-03-24 17:06:52 +02:00
parent 6f66d14329
commit 8efe7090be
7 changed files with 63 additions and 39 deletions
+4 -4
View File
@@ -80,10 +80,10 @@ func (svc *Service) Run() error {
if err != nil {
return err
}
interceptors := []grpc.UnaryServerInterceptor{
svc.authInterceptor,
svc.logInterceptor,
}
interceptors := []grpc.UnaryServerInterceptor{
svc.authInterceptor,
svc.logInterceptor,
}
gsrvOpts := []grpc.ServerOption{
grpc.Creds(tlsCredentials),
grpc.ChainUnaryInterceptor(interceptors...),