Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Change log to info for
Browse files Browse the repository at this point in the history
"all agents are running"
so the docker container can be checked
  • Loading branch information
sfuhrm committed Jan 4, 2024
1 parent 76655c4 commit 0f4b79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snmpman/src/main/java/com/oneandone/snmpman/Snmpman.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void start() {
}
log.debug("all agents initialized");
agents.forEach(this::checkStatus);
log.debug("all agents are running");
log.info("all agents are running");
}

/**
Expand Down

0 comments on commit 0f4b79b

Please sign in to comment.