Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/org/labkey/test/tests/BasicTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ public void testStartupLogging()

// Issue 52684: Ensure Log4J is capturing startup logging from:
assertTextPresent(
"Starting LabKeyServer using", // Our "embedded" code (the primary entry point)
"Starting LabKeyServer ", // Our "embedded" code (the primary entry point)
"Starting Servlet engine", // Spring Boot and Tomcat
"Exploding module archives", // Our "bootstrap" code (extracts modules and sets up webapp classloading)
"LabKey-managed modules to ensure they're recent enough to upgrade" // Our code inside the webapp
"Deploying to context path" // Our code inside the webapp
);
}

Expand Down