Closed marcus-crane closed 1 year 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.
This has now been resolved, partly by way of moving over to logrus in v1.3.0
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.