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
For scheduler commands, we always log the user who actioned the command (unless they are workflow owner, in which case it is implicit).
However, there are some things that are implemented at the UIS not the scheduler e.g:
cylc cat-log
We should log the user who actioned these operations.
E.G. add the user name here:
cylc-uiserver/cylc/uiserver/resolvers.py
Line 300 in f6a05fc
Make this match the format we use in the scheduler.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For scheduler commands, we always log the user who actioned the command (unless they are workflow owner, in which case it is implicit).
However, there are some things that are implemented at the UIS not the scheduler e.g:
cylc cat-log
commands to be run).We should log the user who actioned these operations.
E.G. add the user name here:
cylc-uiserver/cylc/uiserver/resolvers.py
Line 300 in f6a05fc
Make this match the format we use in the scheduler.
The text was updated successfully, but these errors were encountered: