Timeline for Redirecting subprocesses' output (stdout and stderr) to the logging module
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 3, 2023 at 0:50 | comment | added | David | @Somebody Which is perfectly fine for a script that only needs to run synchronously. This would not be okay on a web server though. | |
| Nov 24, 2022 at 14:47 | comment | added | Somebody | This will block main thread until subprocess dies. | |
| S Jun 4, 2018 at 4:36 | history | suggested | alpha_989 | CC BY-SA 4.0 | imported subprocess which is not being imported in the code |
| Jun 4, 2018 at 2:30 | comment | added | alpha_989 | Thanks for the simpler way of doing this. However, for some reason.. even after the system_command finishes, the text file remains busy.. Is there a reason for this? | |
| Jun 4, 2018 at 2:21 | review | Suggested edits | |||
| S Jun 4, 2018 at 4:36 | |||||
| Sep 11, 2017 at 14:51 | history | answered | ostrokach | CC BY-SA 3.0 |