17 | | The logic of the code that calls `_quitGRASS` seems AFAI can tell correct. I don't see the warning on the console, so assuming that warnings do get logged by default, the problem could be in the `os.kill` call. To be honest, the main reason I was using `exec` in the first place was to have proper signal propagation (_2). Could someone tell me how can I increase the log level? |
| 17 | The logic of the code that calls `_quitGRASS` seems AFAI can tell correct. I don't see the warning on the console, so assuming that warnings do get logged by default, the problem could be in the `os.kill` call. To be honest, the main reason I was using `exec` in the first place was to have proper signal propagation (_2). |
| 18 | |
| 19 | For the record I tried this without the script. I.e. I activated the virtualenv manually and executed `grass77`. The behavior is still the same. I need to exit twice. So it is not related to the wrapper script. Could someone tell me how can I increase the log level? |