-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Currently loki-build prints out status messages in the terminal command-line, but these outputs don't appear to be saved to a log file. The strings are not easy to parse either.
Describe the solution you'd like
- Change the string structure for status messages when running loki-build. Turn it into a pattern that will be easier to parse or for users to check their DB build quality & completeness especially if it gets interrupted
- Possible format: Start datetime, Database source, Filename, Process, End datetime
- Print status messages on command-line AND write to a csv text file
Describe alternatives you've considered
Tried to write a bash script to parse the current free form string messages but some lines break due to unpredictable indents, non-uniform string/message structure, etc
Additional context
Attaching example files
20240728_log-messages-and-times-for-loki-parallel-downloads-BLJ.txt
20240730_loki-downloading-output-parsed-by-van.csv
Reactions are currently unavailable