This project execute a python script and continually read the stdout and stderr from the python script to process and register in a SQLite database for logging purposes.
Obs: The python script should produces logs like "[timestamp]: log message"
How to use this project:
Build the binary:
go build .
Execute the binary providing the following argumments:
By default the log_wrapper is executed without verbose, but you can activate using the -v flag. This will show the SQL insert queries for logs and errors in the SQLite database.