Uploaded image for project: 'Apache Apex Malhar'
  1. Apache Apex Malhar
  2. APEXMALHAR-1130

Widget to change the log levels of classes dynamically

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.2
    • ui widgets
    • None

    Description

      We need a UI widget that allows the users to change log levels from the UI.
      The changes related to this in Stram are merged to master in Core. The POST request json is:

      {
      	"loggers" : [
      		{
      			"logLevel":"INFO",
      			"target":"com.datatorrent.*"
      		}
      	]
      }
      

      The log levels can only be one of these:
      1. "OFF"
      2. "ERROR"
      3. "WARN"
      4. "INFO"
      5. "DEBUG"

      Attachments

        Activity

          People

            andyp Andy Perlitch
            csingh Chandni Singh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: