You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openc3/lib/openc3/utilities/process_manager.rb
+8-4
Original file line number
Diff line number
Diff line change
@@ -117,11 +117,15 @@ def monitor
117
117
process.status.update
118
118
end
119
119
processes_to_delete.eachdo |process|
120
-
Logger.info("Process #{process.status.name}:#{process.process_type}:#{process.detail} completed with state #{process.status.state}",scope: process.scope)
message="Process #{process.status.name}:#{process.process_type}:#{process.detail} completed with state #{process.status.state}\nProcess Output:\n#{process.status.output}"
0 commit comments