We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Maestro version 1.1.8 running maestro status also prints the logging configurations:
maestro status
$ maestro status . [2020-06-25 13:24:54: INFO] INFO Logging Level -- Enabled [2020-06-25 13:24:54: WARNING] WARNING Logging Level -- Enabled [2020-06-25 13:24:54: CRITICAL] CRITICAL Logging Level -- Enabled [2020-06-25 13:24:54: INFO] Lock 4555325392 acquired on ./.status.lock [2020-06-25 13:24:54: INFO] Lock 4555325392 released on ./.status.lock Step Name Workspace State Run Time Elapsed Time Start Time Submit Time End Time Number Restarts ----------- ----------- -------- -------------- -------------- ------------------- ------------------- ------------------- ----------------- say-hello say-hello FINISHED 0d:00h:00m:00s 0d:00h:00m:00s 2020-06-25 13:24:41 2020-06-25 13:24:41 2020-06-25 13:24:41 0
The text was updated successfully, but these errors were encountered:
PR #301 corrects this issue for maestro cancel and maestro status.
maestro cancel
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In Maestro version 1.1.8 running
maestro status
also prints the logging configurations:The text was updated successfully, but these errors were encountered: