webMethods

webMethods

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
Expand all | Collapse all

Duration logging with log4j

  • 1.  Duration logging with log4j

    Posted Tue July 13, 2004 12:43 PM

    I am interested in using log4j to measure tamino operation duration as specified in the 4.2 documentation.
    I have tried everything to get this working, however I still don’t get anything from log4j.
    The documentation is pretty thin - if someone has got this working could you please post simple, precise instructions to get this working.

    thanks


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 2.  RE: Duration logging with log4j

    Posted Tue July 13, 2004 01:26 PM

    Hi,
    Sometime back I found one bug in this documentation. It was while passing command line parameter to command -
    java -Dcom.softwareag.db.API.logging.DurationLogging=true com.softwareag.tamino.db.API.examples.person.ProcessPersonsWithSchema

    Note that the command line parameter is wrong. It should be -
    -Dcom.softwareag.tamino.db.API.logging.DurationLoggingLevel.

    The word tamino is missing in above command line parameter.

    Vikram Shinde

    [This message was edited by Vicky on 13 July 2004 at 12:23.]


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods