Service Virtualization

 View Only
  • 1.  Logging levels

    Posted Aug 29, 2019 06:29 PM
    Hi SV community,
    I would like to know the levels of logging that are used in logging.properties file. I know there are INFO, WARN, ERROR, DEBUG, but I would like to know which one generates the least logs/information and which one creates the most logs/information.

    Thank you in advance for your answers.


  • 2.  RE: Logging levels
    Best Answer

    Broadcom Employee
    Posted Aug 29, 2019 09:04 PM
    Hi Luis,
        The order of logging level from highest logging level to lowest logging level is:   DEBUG, INFO, WARN, ERROR.
        DEBUG logging level will capture most of the information and ERROR logging level will capture only errors in the log file.

    Thanks
    Srikanth


  • 3.  RE: Logging levels

    Posted Aug 30, 2019 10:08 AM
    Thank you Srikanth for your quick response.