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.  TN Logs

    Posted Mon March 23, 2015 03:08 PM

    Anyone knows how to increase TN database logs?


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


  • 2.  RE: TN Logs

    Posted Mon March 23, 2015 03:17 PM

    Hi Monica,

    under IS-Admin under Settings → Logging → Server Logger, there should be a Logging Group “TradingNetworks”.

    Inside this group there should be a Logging Factory for the TN Database Layer.

    Regards,
    Holger


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


  • 3.  RE: TN Logs

    Posted Mon March 23, 2015 03:31 PM

    Thanks Holger. If I change the TN logging is set to errors what will happen if I change it to debug, trace or Info?


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


  • 4.  RE: TN Logs

    Posted Tue March 24, 2015 10:49 AM

    If you set the logging level to debug/trace/ info , it will log more entries depending on the type you select. It might even impact performance because of the number of log entries will be increased.


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


  • 5.  RE: TN Logs

    Posted Tue March 24, 2015 03:46 PM

    Here is list with the defined LogLevels:

    
    LogLevel	                                Tag in ServerLog	LogLevel numeric
    Critical	                                C	                        0
    Error	                                        E	                        1
    Warn	                                        W	                        2
    Info	                                        I	                        3
    Debug	                                D	                        4
    "Trace (Verbose1 - Verbose6)"	"T (V1 - V6)"	        "10 (5 - 10)"

    Up to wM 6.5 there were 10 (11) LogLevels.
    In wM 7.1 the 6 Verbose LogLevels have been wrapped up to Trace.

    Default LogLevel is Info.

    See the “Monitoring and Logging Guide” for further informations.

    Regards,
    Holger


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