j.spijker@ultimaker.com a9f2d879f7 "Add logging to backend plugin process"
This commit introduces logging to the backend plugin process in the Cura application. The output from the plugin process is now redirected to a log file, which is created in the application's data storage directory. This can be useful for debugging and troubleshooting purposes by providing more transparency about what's happening in the plugin process. A new dependency 'os' has been added to the 'BackendPlugin.py'. Also, the 'Resources' module has been imported from 'UM'. The changes mainly affect the way the 'subproccess.Popen' function is used - its 'stdout' and 'stderr' parameters were adjusted accordingly.

Contributes to CURA-11064
2023-09-20 14:37:35 +02:00
..
2022-08-01 10:49:29 +02:00
2022-06-13 15:08:00 +02:00
2021-12-28 14:46:02 +01:00
2022-11-01 16:11:34 +01:00
2021-12-28 14:46:02 +01:00
2021-12-28 14:46:02 +01:00
2023-08-24 11:48:43 +02:00
2021-12-28 14:46:02 +01:00
2022-09-07 15:32:51 +02:00
2022-09-26 10:25:42 +02:00
2022-04-13 16:53:11 +02:00