Skip to content

Commit

Permalink
messages.log path
Browse files Browse the repository at this point in the history
  • Loading branch information
anusreelakshmi934 committed Jan 15, 2025
1 parent 6f5f2f5 commit 97eac05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class TestUtils {
/**
* WLP messages.log path.
*/
public static final Path WLP_MSGLOG_PATH = Paths.get(ItConstants.DEFAULT_SERVER_PATH, "logs", "messages.log");
public static final Path WLP_MSGLOG_PATH = Paths.get(ItConstants.MESSAGES_LOG_PATH, "messages.log");

/**
* Liberty server stopped message:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class ItConstants {
public static final String HEALTH_DIR_PATH = "src/main/java/io/openliberty/mp/sample/health";
public static final String META_INF_DIR_PATH = "src/main/resources/META-INF";
public static final String DEFAULT_SERVER_PATH = "wlp/usr/servers/defaultServer";
public static final String MESSAGES_LOG_PATH = "wlp/usr/servers/defaultServer/logs";
public static final String SERVER_XML = "server.xml";
public static final String SERVER_ENV = "server.env";
public static final String BOOTSTRAP_PROPERTIES = "bootstrap.properties";
Expand Down

0 comments on commit 97eac05

Please sign in to comment.