DX Application Performance Management

  • 1.  Completely Disable Wily Lo

    Posted Sep 30, 2015 12:59 PM

    Hi Team,

    Just wanted to make sure before I proceed with the changes, to disable Wily logs completely, will commenting the below property in IntroscopeAgent.profile file will work ?

     

    #log4j.logger.IntroscopeAgent=INFO, console, logfile

     

    Actually this is impacting my application since for every transaction my STDIO is been consumed and increasing contention.

     

    Currently not having any testing environment to confirm so thought to ask over here.

     

    Appreciate your quick help and response.

     

    Regards,

    Vaibhav



  • 2.  Re: Completely Disable Wily Lo

    Broadcom Employee
    Posted Sep 30, 2015 02:08 PM

    Dear Vaibhav:

    Yes, it should. But you might want to do

    log4j.logger.IntroscopeAgent=INFO, console

     

     

    To get console messages at least

     

    Thanks

    Hal German



  • 3.  Re: Completely Disable Wily Lo

    Broadcom Employee
    Posted Sep 30, 2015 04:35 PM

    I'd prefer log4j.logger.IntroscopeAgent=ERROR, logfile



  • 4.  Re: Completely Disable Wily Lo
    Best Answer

    Broadcom Employee
    Posted Sep 30, 2015 02:21 PM
    You can change INFO to OFF to disable logging without changing the root logger. The change is hotdeploy.


  • 5.  Re: Completely Disable Wily Lo

    Posted Sep 30, 2015 02:44 PM

    Thanks Hal.

     

    Hiko,

    Thanks to you too. So you mean to say below property will work.

    Also no need of something else to be done to disable logging right ? Plz confirm.

     

    log4j.logger.IntroscopeAgent=OFF


    Regards,

    Vaibhav



  • 6.  Re: Completely Disable Wily Lo

    Broadcom Employee
    Posted Sep 30, 2015 04:36 PM

    Yes.