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
We should set both head_job.err and head_job.log to ansi by default in the frontend directly. This will ensure backwards compatibility.
If you want to get ansi logs, you have to run head_job.sh with unbuffer. At this point both stdout and stderr get combined and it doesn't make sense anymore to keep head_job.err, but just something like Analysis Logs. So we may want to add a setting that enables the user to hide the head_job.err chip.
Should we update the type of
head_job.err
toansi
? isabl_cli/app.py#L131In favor of In favor of the web https://github.com/isabl-io/web/pull/74
The text was updated successfully, but these errors were encountered: