Skip to content

Commit

Permalink
[WFLY-20000] Fix logging quickstart on k8s CI by renaming artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Nov 26, 2024
1 parent 94ceb28 commit 18c1932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<version>9</version>
<relativePath/>
</parent>
<artifactId>jboss-logging</artifactId>
<artifactId>logging</artifactId>
<version>35.0.0.Beta1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Quickstart: logging</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private static void doLog(final String level) {

private static UriBuilder resolveBaseUrl() {
final String baseUrl = resolveServerHost();
return UriBuilder.fromUri(baseUrl).path("/jboss-logging/api/logs");
return UriBuilder.fromUri(baseUrl).path("/logging/api/logs");
}

private static String resolveServerHost() {
Expand Down

0 comments on commit 18c1932

Please sign in to comment.