marcus-crane / october

A simple GUI for retrieving Kobo highlights and syncing them with Readwise
https://october.utf9k.net
MIT License
171 stars 10 forks source link

Logging doesn't work on Windows #63

Closed marcus-crane closed 1 year ago

marcus-crane commented 2 years ago

It seems that zerolog may have some issue running on Windows. Interestingly, it does create the proper log file but doesn't save any output.

At a guess, this may be due to the use of streaming to allow output to both the terminal and log files.

marcus-crane commented 1 year ago

This has now been resolved, partly by way of moving over to logrus in v1.3.0