DX Application Performance Management

  • 1.  Change workstation log level when using Java Web Start?

    Posted Aug 06, 2014 06:00 PM

    How do I enable debug logging in the workstation when I use Java Web Start?



  • 2.  Re: Change workstation log level when using Java Web Start?
    Best Answer

    Posted Aug 11, 2014 09:32 AM

    a) Go to control panel > Java

    b) Click the "Advanced" tab and tick the following settings: Debugging\Enable logging

    c) Launch Webstart Workstation – do not login.

    d) Open the C:\Documents and Settings\<user>\Application Data\Wily\Introscope\product\workstation\config\IntroscopeWorkstation.properties.

    To enable verbose level set: log4j.logger.Workstation=VERBOSE#com.wily.util.feedback.Log4JSeverityLevel, console, logfile.

    To enable DEBUG replace “VERBOSE#com.wily.util.feedback.Log4JSeverityLevel” with DEBUG.

    e) Use the Workstation and check out <Desktop>\log or/and C:\Documents and Settings\<user>\Application Data\Wily\Introscope\product\workstation\logs\IntroscopeWorkstation.log, the workstation log will be there.



  • 3.  Re: Change workstation log level when using Java Web Start?

    Posted Aug 11, 2014 10:25 AM

    The directory is different on Windows 7, but %APPDATA%\Wily\Introscope\product\workstation\config should work anywhere.