Skip to content
New issue

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

Fix command logging #5693

Merged
merged 4 commits into from
Aug 29, 2023
Merged

Fix command logging #5693

merged 4 commits into from
Aug 29, 2023

Conversation

hjoliver
Copy link
Member

@hjoliver hjoliver commented Aug 16, 2023

Close #5691

Log issuer name, if not owner, for all commands.

Question: this now logs [command] <command-name> for all commands, with or without issuer != owner. Arguably that is duplication (with the later "command actioned" message) but it is more consistent than before. Any objections? [RESOLVED - see below].

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Tests are included (or explain why tests are not needed).
  • CHANGES.md entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@hjoliver hjoliver added the bug Something is wrong :( label Aug 16, 2023
@hjoliver hjoliver added this to the cylc-8.2.2 milestone Aug 16, 2023
@hjoliver hjoliver self-assigned this Aug 16, 2023
@oliver-sanders oliver-sanders linked an issue Aug 23, 2023 that may be closed by this pull request
Copy link
Member

@MetRonnie MetRonnie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MetRonnie MetRonnie merged commit 09eeb81 into cylc:8.2.x Aug 29, 2023
@hjoliver hjoliver deleted the fix-auth-logging branch August 29, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

Successfully merging this pull request may close these issues.

not all commands logged with actor
3 participants