Search code examples
loggingwebsphereibm-mobilefirstwebsphere-liberty

Log level - Console and Messages.logs


Can anyone please help to configure messages.logs and console.logs in worklight server through server.xml in liberty.

Thanks Deepesh


Solution

  • Those are not Worklight log files. These belong to Liberty.
    Per the Liberty user documenation...

    For console.log, set it like so: com.ibm.ws.logging.console.log.level=OFF.

    I guess it may be the same for messages.log. But why would you turn off logging?
    Change the logging level to the desired one.