Purpose

How to get the logs in each dashboard page

Applicable in CAST Version
Release
Yes/No
8.0.x(tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(tick)


Details

To get the log in each dashboard page,

  1. Stop application in web server
  2. set following parameter to true if its not done.
    <context-param>
           <param-name>logger.output.buffer</param-name>
           <param-value>true</param-value>
           <description>Outputs logs to internal buffer</description>
    <context-param>
  3. Start application in web server
Notes / Comments


Related Pages