cancel
Showing results for 
Search instead for 
Did you mean: 

Logging/Tracing on Netweaver Studio console

Former Member
0 Kudos

Hello All,

I am new to SAP Netweaver. I have worked on Java before and have used log4j Apache logging API for logging.

I am able to see the logs on console and also redirect it to a file depending on the appender i have configured.

My question here is, in Netweaver domian, how do i check logs on my studio console.

There is an option in Visual Admin where i can configure in Log Configurator --> advanced mode

- log destination where i can select the Console Log.

Even after selecting this and having a restart of application on the J2EE engine, i am not able to see any logs on console.

All logs/traces are appended to defaultTrc.

Please help me with this. Could you please provide me a flow as to how can i use Logging/Tracing in and out?

Thanks for your help and support.

Nimbuskudva

Accepted Solutions (0)

Answers (2)

Answers (2)

p330068
Active Contributor
0 Kudos

Hi Nimbuskudva

Please have a look at below thread:

Logging and Tracing in Web Dynpro - http://wiki.sdn.sap.com/wiki/display/WDJava/LoggingandTracinginWeb+Dynpro

Logging in Web Dynpro - /people/jacek.wozniczak/blog/2010/02/05/logging-in-web-dynpro-java--a-guide-and-tutorial-for-beginners-part-1

Hope it will helps

Regards, Arun Jaiswal

former_member218672
Active Contributor
0 Kudos

Hi Nimbuskudva,

You can implement a logger in your webdynpro java application in NWDS and you can see the logs by going to the netweaver administration console of the application.

The url for going to admin console would be http://<host>:<port>/nwa > you chold have admin priviledge to access this > login into it > go to Monitoring > Log and Traces > select default trace from the Show dropdown and you would be able to see the log.

You need to keep the log level of the server to debug. This needs to be done by Basis.

Regards,

Sen