We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3423ba1 commit 6c8ed00Copy full SHA for 6c8ed00
apps/openstacknode/app/src/main/java/org/onosproject/openstacknode/web/OpenstackNodeWebResource.java
@@ -254,7 +254,7 @@ public Response initAllNodes() {
254
@Produces(MediaType.APPLICATION_JSON)
255
@Path("init/incomplete")
256
public Response initIncompleteNodes() {
257
- log.info(String.format(MESSAGE_NODE, INIT));
+ log.debug(String.format(MESSAGE_NODE, INIT));
258
259
osNodeService.nodes().stream()
260
.filter(n -> n.state() != COMPLETE)
0 commit comments