brickbots / PiFinder

A plate solving telescope finder based around a Raspberry PI and RPI HQ Camera
GNU General Public License v3.0
161 stars 31 forks source link

Fix endless logging & collect early log messages in the log file #208

Closed jscheidtmann closed 3 months ago

jscheidtmann commented 3 months ago

There was a bug in Multiproclogging that could lead to an endless loop:

This is now fixed, by removing all handlers in the logging process and then creating a filehandler for writing to the logfile.

jscheidtmann commented 3 months ago

You will probably see me requesting more changes to the log system after I return from vacation. :-D