33 improve logging and add a post execution summarygraphical representation of the scheduled script#34
Conversation
|
OS:ubuntu-22.04 |
|
OS:ubuntu-22.04 |
angelhof
left a comment
There was a problem hiding this comment.
Great work in general :) Could you add a flag to enable these logs and also add instructions on how to generate the plots in README (or in the flag help text?). Then we can merge it!
| ## Initialize the scheduler-server | ||
| export PASH_SPEC_SCHEDULER_SOCKET="${PASH_SPEC_TMP_PREFIX}/scheduler_socket" | ||
|
|
||
| export LOG_DIR="$PASH_SPEC_TOP/logs" |
There was a problem hiding this comment.
I don't think this is the right directory to save logs. I would save them under PASH_SPEC_TMP_PREFIX/tracing_logs or something like that, and only if the debug flag is set (or if some other flag that enables these logs is set).
|
OS:ubuntu-22.04 |
…summarygraphical-representation-of-the-scheduled-script
|
OS:ubuntu-22.04 |
|
OS:ubuntu-22.04 |
No description provided.