1 Reply Latest reply on Apr 6, 2016 8:24 AM by galder.zamarreno

    Infinispan 7.2.5 not generating log files

    smamidi

      Hello Guys,

       

      I have upgraded Infinispan a few weeks ago, from 7.1.1 to 7.2.5. I just realized that log files aren't getting generated now, but they were generated at the time of startup. I have checked all the configurations and paths for loggers, everything looks alright. I'm not able to figure out what's the error. Is there any error on my side or any configurations missing from the installer package itself?

       

      References:

      1) Logger for CONSOLE in standalone.xml

       

      <root-logger>

                      <level name="INFO"/>

                      <handlers>

                          <handler name="CONSOLE"/>

                          <handler name="FILE"/>

                      </handlers>

                  </root-logger>

       

      2) console.log path from standalone.sh

      if [ -z "$ISPN_SERVER_CONSOLE_LOG" ]; then

        ISPN_SERVER_CONSOLE_LOG="/opt/infinispan/$prog/log/console.log"

      fi

       

      3) server.log path from logging.properties

      handler.FILE.fileName=/opt/infinispan/standalone/log/server.log

       

       

      This information might be helpful in figuring out the error. I modified the permission to 644, 755 and tried, even that didn't help. Group and user is set to infinispan.infnispan

       

      Any help in this regard would be much appreciated.

       

      Regards,

      Sundeep