Happy New Year!
Thanks to everyone who contributes to WeeWx. In order to effectively find the WeeWx process in a process list, I’d like tor suggest that weewxd set the process name when it starts. I’ve tested the “setproctitle” library (GitHub - dvarrazzo/py-setproctitle: A Python module to customize the process title <https://github.com/dvarrazzo/py-setproctitle> ) but would not object to some other process. Here’s the diff for version 5.1.0 21a22 > import setproctitle 44a46 > setproctitle("weewx") Clay Jackson -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-development/112901db5c84%241db03fd0%245910bf70%24%40gmail.com.
