You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_writer process remains after main process exit
What I Did
run pysyslog
send some logs to it
run ps command and found two python process, the later one holds the log file
kill the main process
run ps command again and found the later one still running
I suggest to use threading.Thread and queue.Queue instead of multiprocess
The text was updated successfully, but these errors were encountered:
Description
log_writer process remains after main process exit
What I Did
I suggest to use threading.Thread and queue.Queue instead of multiprocess
The text was updated successfully, but these errors were encountered: