KNIME / Python - Custom Logging Utility with Timestamped Log Files from within Python Script nodes
Logging levels provided by Python's logging library are:
logging.DEBUG: Detailed information, typically of interest only when diagnosing problems.
logging.INFO: Confirmation that things are working as expected.
logging.WARNING: An indication that something unexpected happened or indicative of some problem in the near future (e.g., 'disk space low'). The software is still working as expected.
logging.ERROR: Due to a more serious problem, the software has not been able to perform some function.
logging.CRITICAL: A very serious error, indicating that the program itself may be unable to continue running.
External resources
Used extensions & nodes
Created with KNIME Analytics Platform version 4.7.2
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
- Go to item
Legal
By using or downloading the workflow, you agree to our terms and conditions.