Difference between revisions of "WebCoRE Logging"

From webCoRE Wiki - Web-enabled Community's own Rule Engine
Jump to: navigation, search
(Created page with "The logging settings can be found in the webCoRE SmartApp under '''Settings --> Logging level'''. The log to console task will output to logs regardless of the option selecte...")
 
Line 5: Line 5:
 
These settings will impact what logs get written to the SmartThings IDE Live Logging.
 
These settings will impact what logs get written to the SmartThings IDE Live Logging.
  
'''None''' - only error and warning messages will be displayed
+
* '''None''' - only error and warning messages will be displayed
'''Minimal''' - only error, warning, and info messages will be displayed
+
* '''Minimal''' - only error, warning, and info messages will be displayed
'''Medium''' - only error, warning, info and trace messages will be displayed
+
* '''Medium''' - only error, warning, info and trace messages will be displayed
'''Full''' - all messages will be displayed (error, warning, info, trace, and debug)
+
* '''Full''' - all messages will be displayed (error, warning, info, trace, and debug)

Revision as of 14:23, 28 March 2017

The logging settings can be found in the webCoRE SmartApp under Settings --> Logging level.

The log to console task will output to logs regardless of the option selected in settings.

These settings will impact what logs get written to the SmartThings IDE Live Logging.

  • None - only error and warning messages will be displayed
  • Minimal - only error, warning, and info messages will be displayed
  • Medium - only error, warning, info and trace messages will be displayed
  • Full - all messages will be displayed (error, warning, info, trace, and debug)