Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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"