edf-hpc / clara

Cluster Administration tools
Other
18 stars 12 forks source link

add debug mode to print all run commands #8

Closed rezib closed 10 years ago

rezib commented 10 years ago

Clara does not print to users the commands that are run. Although I think it's a sane default behaviour, it could be usefull to have a debug mode that does basically this. It helps new users gaining trust in the software :)

rezib commented 10 years ago

Hint: logging module in Python standard library is really great for such purpose.