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

Migrate toward structured logging #2308

Open
simster7 opened this issue Feb 25, 2020 · 5 comments
Open

Migrate toward structured logging #2308

simster7 opened this issue Feb 25, 2020 · 5 comments

Comments

@simster7
Copy link
Member

Some parts of the code already have structured logging -- for example:

https://github.com/argoproj/argo/blob/214c451535ebeb6e68f1599c2c0a4a4d174ade25/persist/sqldb/workflow_archive.go#L63-L64

But most don't. Let's migrate the rest.

#2307

@alexec
Copy link
Contributor

alexec commented Sep 2, 2020

Available for testing in v2.10.0-rc1.

@alexec alexec added type/tech-debt and removed type/feature Feature request help wanted labels Feb 7, 2022
@stale
Copy link

stale bot commented Mar 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the problem/stale This has not had a response in some time label Mar 2, 2022
@alexec alexec removed the problem/stale This has not had a response in some time label Mar 2, 2022
@VUHAILAM
Copy link
Contributor

VUHAILAM commented Oct 9, 2022

Hope this PR: #9779 can help you. Hi @alexec and @simster7, please help me to review it

alexec pushed a commit that referenced this issue Oct 10, 2022
… (#9779)

Signed-off-by: Lam Vu <lamvh2812@gmail.com>
Signed-off-by: Lam Vu <lvu@axon.com>
Co-authored-by: Lam Vu <lvu@axon.com>
rylim added a commit to rylim/argo-workflows that referenced this issue Oct 16, 2022
rylim added a commit to rylim/argo-workflows that referenced this issue Oct 17, 2022
@rylim
Copy link

rylim commented Oct 17, 2022

Hi @simster7 @sarabala1979 , I submitted #9844 as a continuation of this issue fix (for hacktoberfest 🎃). I started with the log.Fatal(err) primarily to confirm that the approach is correct. Please let me know of any feedback and I can work on the remaining Fatal logs with fields, i.e. Fatalf ones.

rylim added a commit to rylim/argo-workflows that referenced this issue Oct 17, 2022
Signed-off-by: rylim <36293596+rylim@users.noreply.github.com>
rylim added a commit to rylim/argo-workflows that referenced this issue Oct 17, 2022
Signed-off-by: rylim <36293596+rylim@users.noreply.github.com>
juchaosong pushed a commit to juchaosong/argo-workflows that referenced this issue Nov 3, 2022
…oproj#2308 (argoproj#9779)

Signed-off-by: Lam Vu <lamvh2812@gmail.com>
Signed-off-by: Lam Vu <lvu@axon.com>
Co-authored-by: Lam Vu <lvu@axon.com>
Signed-off-by: juchao <juchao@coscene.io>
@agilgur5 agilgur5 added area/controller Controller issues, panics area/server labels Feb 10, 2024
@KyriosGN0
Copy link

Hi, is this still available to work on ?

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

Successfully merging a pull request may close this issue.

7 participants