You can inspect log files to ensure that the WebLogic Remote Console is functioning correctly.
To view the log file for issues related to the front end of the WebLogic Remote Console:
Open View > Toggle Developer Tools and select the Console tab.
To view the log file for issues related to the back end of the WebLogic Remote Console:
Open the out.log
file in a text editor. The out.log
file is located in:
$HOME/.config/weblogic-remote-console/out.log
/Users/<user>/Library/Application Support/weblogic-remote-console/out.log
C:\Users\<user>\AppData\Roaming\weblogic-remote-console\out.log
out.log
maintains log entries for the current session of the WebLogic Remote Console. When you open a session, the log entries from the previous session are moved to a new file marked by date: out-yyyy-mm-dd
(in the same folder as out.log
).
If you want to change the default logging configuration for back end log files, see Use an alternative logging configuration file.