]
Galder Zamarreño updated ISPN-4477:
-----------------------------------
Affects Version/s: 6.0.2.Final
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: 6.0.2.Final, 7.0.0.Alpha4
Reporter: Takayoshi Kimura
Assignee: Takayoshi Kimura
Fix For: 7.0.0.Alpha5, 7.0.0.Final
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.