oscarbranson / latools_gui

GUI for LAtools
2 stars 1 forks source link

Error Log Attachment points #116

Open ZaneRog opened 6 years ago

ZaneRog commented 6 years ago

Error log has been updated. We need to manually point it in order to get the information we need. Please add points in code where we need to attach the error log to: Google Drive file

This is a basic template of the code that is being attached: logger.info('Executing stage [Stage] with stage variables: [var1_Name]:{}\n[var2_Name]:{}\n...'.format( var1, var2...))