Oops!
The call should be setproctitle.setproctitle(“weewx”) From: [email protected] <[email protected]> Sent: Wednesday, January 1, 2025 11:34 AM To: '[email protected]' <[email protected]> Subject: Enhancement Request - Set Process Title 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/113601db5c84%24e34b4140%24a9e1c3c0%24%40n7qnm.net.
