Actions
Activity #3757
closedModule #3693: Big Data Analytics Platform and Tools for Epidemic Forecasting and Mitigation
Module #3696: Center for Epidemic Forecsting(EPIFORM)
Module #3704: Technology Exploration
Enable and test Python logging in NiFi ExecuteScript processor with daily log file rotation.
Start date:
06/13/2025
Due date:
% Done:
100%
Estimated time:
Planned Due Date:
06/16/2025
Description
- Use NiFi's built-in Variable Registry or processor properties for defining the common values used in pipelines and log file locations too.
- Use logging libaries of python to create date wise log files
- import logging
- from logging.handlers import TimedRotatingFileHandler
- Implementing logging from scripts in processor to write to files.
Updated by Thara S Pillai about 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions