nvaccess / mrconfig

'myrepos' configuration files for nvda translations and addons
GNU General Public License v3.0
6 stars 14 forks source link

Incrementally log from webhook #38

Closed feerrenrut closed 3 years ago

feerrenrut commented 3 years ago

The webhook is periodically encoutering (what look like) time out errors. In these cases, the webhook process gets killed and no logging is written to the log. This change intends to incrementally log (both stdout and stderr) as the webhook process runs. Hopefully this allows us to see what the process is doing in these timeout situations.