]
Takayoshi Kimura updated ISPN-4477:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
infinispan-server.sh grep with log message
------------------------------------------
Key: ISPN-4477
URL:
https://issues.jboss.org/browse/ISPN-4477
Project: Infinispan
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Server
Affects Versions: 7.0.0.Alpha4
Reporter: Takayoshi Kimura
Assignee: Mircea Markus
infinispan-server.sh checks whether or not the instance launched, using the following
grep:
{code}
grep 'JBAS015874.*started in' $ISPN_SERVER_CONSOLE_LOG > /dev/null
{code}
But it doesn't play nicely with i18n log message and the log message is not necessary
here at all. This is already fixed in WildFly, it only uses log ID.