Skip to content

Inconsistent Logging Details #644

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

Closed
ChristianZaccaria opened this issue Sep 22, 2023 · 0 comments · Fixed by #645
Closed

Inconsistent Logging Details #644

ChristianZaccaria opened this issue Sep 22, 2023 · 0 comments · Fixed by #645
Assignees

Comments

@ChristianZaccaria
Copy link
Contributor

ChristianZaccaria commented Sep 22, 2023

Logs Enhancement

There are several instances where the logs provide inconsistent naming on the AppWrapper or Job:

  • There are a number of instances where the logs only provide the name of the AppWrapper or Job, instead of following the most used pattern of namespace/name as done i.e., here.

  • There are a couple of places where the logs display name/name, such as here.

  • A few places have the name/namespace pattern, which can be inconsistent when looking/searching through the logs.

  • Few instances where i.e., qj.Name is provided in the Info log but not used.

Expected Behavior

We want the logs to be consistent throughout the repo for better readability, troubleshooting, and accuracy.

Motivation

In the scenario where we want to create an AW in two different namespaces but with the same name, it is important to know which AppWrapper the logs are referring to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant