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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Custom Logging

    Posted 08/01/08 08:25 PM

    Hello Experts,

    I want to create a custom logging only for one of my flow service. I mean whatever things i want to log, it should go in a separate file. It should even create a separate log file for each day.

    Please let me know what are the best possibilities i have in IS 6.1 to do this.

    Thanks
    Atul


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Custom Logging

    Posted 08/02/08 12:45 AM

    What types of events or conditions did you expect to log in a separate file? Commons Logging, Log4J or similar could be wrapped as java services that your Flows could call.

    Mark


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Custom Logging

    Posted 08/05/08 11:03 PM

    Hi Mark,

    Sorry for replying little late.

    I want a separate logging for my service, i mean i should be able to log details in a separate file other than server.log thats why i was thinking of using log4j. If you know the process of configuring log4j then please share the same.

    Thanks


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Custom Logging

    Posted 08/06/08 12:22 AM

    Review System.getLogStream. Using this along with a couple of custom Java services to assist, you can get a custom log file that has the same daily rollover features of the standard IS logs.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB