Skip to content
Snippets Groups Projects
Commit 14efb506 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

more verbose logging

parent c934c15c
Branches
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73809 passed with warnings
......@@ -69,6 +69,7 @@ func startGrpcServer() error {
if err != nil {
return err
}
log.Infof("listening to %v", lis.Addr())
c.grpcServer = grpc.NewServer()
c.nbi = nbi.NewNBI(c.pndc)
pb.RegisterCoreServer(c.grpcServer, c.nbi.Core)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment