pandora icon indicating copy to clipboard operation
pandora copied to clipboard

Add "View Modelling Process Log" functionality

Open LogIN- opened this issue 5 years ago • 0 comments

Add View Log functionality for users to be able to check the model building process.

TODO: Separate log file per user.

Current main SIMON processing log file is located here: /var/log/simon-cron.log

  • Split log files per user and queue as: cat /var/log/simon-cron-{{user_id}}-{{queue_id}}.log
  • Add option on SIMON frontend for user to be able to see current processing log in real-time
  • Implement backend API to support this functionality

LogIN- avatar Oct 01 '20 14:10 LogIN-