IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Limit server log size and rolling file

    Posted Wed April 13, 2016 12:43 PM

    Hi,

    My DEV server Log is growing a lot… what would you advise me to limit its size and to make it as a weekly rolling file (like log4J does please) please ?

    hum apparently it is already set to polling daily, so it is ok.

    Regards


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Limit server log size and rolling file

    Posted Wed April 13, 2016 09:37 PM

    For IS server logs, we are manually finding files older than 15 days and deleting them using IS flow service or U can write a script as well.

    I am also interested if any log4j kind of configuration is there for IS server logs.

    I think for OSGI profiles logs I guess there are settings in config.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 3.  RE: Limit server log size and rolling file

    Posted Thu April 21, 2016 11:41 AM

    Another thing to think about is why is it growing so much? Perhaps the logging level for some facilities need to be adjusted down or perhaps the application is making more use of debugLog than it should. It is not uncommon for customers to implement logging frameworks so they can separate their application log files (sometimes multiple of them) from the IS server log.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Limit server log size and rolling file

    Posted Mon April 25, 2016 05:58 AM

    Thanks for your help and replies.

    Yes, Percio, you were right… I’ve asked you this question because of an abnormal growing (this was my fault, I was testing a java service that logged too much data :oops: ).

    Regards


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods