Goodpints / WTEC-gateway

0 stars 0 forks source link

Logging #1

Open Goodpints opened 1 month ago

Goodpints commented 1 month ago

new goal is to add logging to the program so that it will eventually be handled by a logging managing service. 1) create logging and pushing to 1 .txt file 2) create allocated space for the file and create multiple files so once the first file is full, it writes data to the next 3) be able to write over the previous files once all the files are full

Accomplishing this will help with debugging in the future if there is a problem once the program is off my machine

Goodpints commented 1 month ago

Added the logging feature in fifth commit. Limited size of the file to 1 gig need to still work on creating a new file once this one is full