When logging in realtime to postgres isn't possible, another option is to write entries to the application's log file and later, ingest the entries from the log file(s) into the database, using log_ingestor.py
Example usage:
python log_ingestor.py --verbose /tmp/test1/*.log
Where log files contain WFL entries starting with a WFL_START token
When logging in realtime to postgres isn't possible, another option is to write entries to the application's log file and later, ingest the entries from the log file(s) into the database, using
log_ingestor.py
Example usage:
Where log files contain WFL entries starting with a WFL_START token
For example: