mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Add logging output when starting Wildfly
This commit (which will be reverted soon) adds logging on the output of starting Wildfly. This is needed to debug an issue with Wildfly not starting in CI.
This commit is contained in:
parent
0755ff425f
commit
8342ba9108
@ -122,6 +122,7 @@ task startWildfly {
|
||||
String line
|
||||
int httpPort = 0
|
||||
while ((line = br.readLine()) != null) {
|
||||
logger.info(line)
|
||||
if (line.matches('.*Undertow HTTP listener default listening on .*:\\d+$')) {
|
||||
assert httpPort == 0
|
||||
final int index = line.lastIndexOf(":")
|
||||
|
Loading…
x
Reference in New Issue
Block a user