deepakdivvela
Answered On : Mar 27th, 2013
Three types of log levels is there
1.Hops : When this setting is selected, you see the data at the application server level, not the level of individual components such as enterprise beans or servlets.
2.Performance_debug : Generates the data at Hops level and the first level of the intra-process servlet and Enterprise JavaBeans (EJB) call .
3.Debug : Provides detailed instrumentation data, including response times for all intra-process calls.
Login to rate this answer.