Closed Justintime50 closed 3 years ago
Currently logs are stored to actual log files with the name of the pipeline ID which is just a randomly generated ID.
Structure:
logs project_1 1234567890.log 0987654321.log project_2 ... ...
This is great for now, but we should instead be saving log data to a database.
Brainstorming some initial columns and tables:
logs
users
pipelines
I kind of like that Harvey is super lightweight and stateless at the moment. I'm going to close this for now; however, we may revisit a database in the future.
Currently logs are stored to actual log files with the name of the pipeline ID which is just a randomly generated ID.
Structure:
This is great for now, but we should instead be saving log data to a database.
Brainstorming some initial columns and tables:
logs
users
pipelines