+9
−8
+5
−6
+7
−1
Loading
NOTE:
"Standard tab" (eg, extra-Institute) git.isis.v.e accounts currently require approval after registration. Please contact ISIS IT if needed.
Those with ISIS credentials should authenticate with via the "ISIS" tab.
Previously the monitor.py script would not log the traceback logged for errors in controller. Since the logrecord was converted to a json object for transport, the exc_info attribute could not be read on the monitor side to get a traceback string. Now the utils.RemoteHandler class formats traceback string into the message before sending it via HTTP.