OpenTechFund / bypass-otf_proxy

1 stars 1 forks source link

Convert ouput to logger to allow for daemon process. #2

Closed maxpearl closed 3 years ago

maxpearl commented 4 years ago

Right now, all output to the console is in print statements. But as I implement automated mirror renewal and the API, there will be processes running in the background, and I should convert the output to a logger, with logging levels.

maxpearl commented 3 years ago

Largely been done, but needs checking that each print statement happens in console mode, and if not, converted to logger format.

maxpearl commented 3 years ago

Done.