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.
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!