Skip to content

Commit 09b15f1

Browse files
committed
Fix log for diagnostic resource
1 parent 2526cf6 commit 09b15f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/core/src/main/java/org/seedstack/seed/rest/internal/RestPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private void configureDiagResource() {
148148
resources.remove(DiagnosticResource.class);
149149
LOGGER.debug("Diagnostic resource disabled");
150150
} else {
151-
LOGGER.info("Diagnostic resource accessible at {}/{}", restConfig.getPath(), "seedstack/diag");
151+
LOGGER.info("Diagnostic resource accessible at {}/{}", restConfig.getPath(), "seedstack/diagnostic");
152152
}
153153
}
154154

0 commit comments

Comments
 (0)