update log rotator
This commit is contained in:
@@ -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...),
|
||||
|
||||
Reference in New Issue
Block a user