We have Worklight enterprise version 6.2.0.1, we were logging the adapters calls using "info"level like (WL.Logger.info("..")) and the log goes to Systemout.log file.
However, we changed the log level to "debug" like (WL.Logger.debug ("..")).
Where does the WL server save the debug logs? what is the file name and the path for this file? I don't think it is the same as Systemout.log, but I might be wrong.
Thanks