Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View Weblogic Logs from Console

Tags:

weblogic11g

We deployed an app in a remote weblogic server. They gave us access to the console of the weblogic. But due to security reasons, we are not allowed to remote connect to the server and view the files.

Question, is there a way from the weblogic console for us to see the logs generated by my application? I am actually investigating a problem and I think a log from the weblogic can help me see the reason.

Thanks.

like image 581
Mark Estrada Avatar asked Feb 21 '26 12:02

Mark Estrada


1 Answers

Yes you can view the Weblogic logs from the console

See the Oracle docs on how to do this.

like image 75
JoseK Avatar answered Feb 27 '26 10:02

JoseK