Skip to content

Commit

Permalink
Change log to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Feb 16, 2024
1 parent 14b3033 commit cb799da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/currencyservice/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ void RunServer(uint16_t port)
builder.AddListeningPort(address, grpc::InsecureServerCredentials());

std::unique_ptr<Server> server(builder.BuildAndStart());
logger->Debug("Currency Server listening on port: " + address);
logger->Info("Currency Server listening on port: " + address);
server->Wait();
server->Shutdown();
}
Expand Down

0 comments on commit cb799da

Please sign in to comment.