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

[CORE-824] Disallow configuring logs in text format #8112

Merged
merged 1 commit into from Aug 29, 2022
Merged

Conversation

FahadBSyed
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Merging #8112 (5198237) into 2.3.x (6b423ae) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##            2.3.x    #8112      +/-   ##
==========================================
- Coverage   22.28%   22.25%   -0.03%     
==========================================
  Files         415      415              
  Lines      112171   112171              
==========================================
- Hits        24995    24962      -33     
- Misses      82900    82922      +22     
- Partials     4276     4287      +11     
Impacted Files Coverage Δ
src/internal/dbutil/tx.go 78.57% <0.00%> (-5.72%) ⬇️
src/internal/storage/fileset/compaction.go 72.34% <0.00%> (-4.26%) ⬇️
src/internal/storage/fileset/storage.go 71.13% <0.00%> (-4.07%) ⬇️
src/internal/task/util.go 72.05% <0.00%> (-2.95%) ⬇️
src/server/pfs/server/compaction.go 70.71% <0.00%> (-2.21%) ⬇️
src/internal/storage/fileset/postgres_store.go 81.63% <0.00%> (-2.05%) ⬇️
src/server/pfs/server/val_server.go 51.78% <0.00%> (-1.79%) ⬇️
src/server/pps/server/poller.go 56.20% <0.00%> (-1.46%) ⬇️
src/server/pfs/server/master.go 78.20% <0.00%> (-1.29%) ⬇️
src/internal/collection/postgres_listener.go 76.75% <0.00%> (-0.88%) ⬇️
... and 7 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -10,6 +10,10 @@ pachctl config set active-context local
pachctl port-forward
{{- end -}}

{{- if eq .Values.pachd.logFormat "text" }}
WARNING: setting log format to text is not supported. Defaulting to json
{{- end -}}
Copy link
Member

Choose a reason for hiding this comment

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

I think I'd warn that it's going away in 2.4 and not remove it in 2.3. Seems odd for a patch release to make a change this large, even if "text" isn't that great.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ahh okay, can do!

Copy link
Member

@jrockway jrockway left a comment

Choose a reason for hiding this comment

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

Very nice!

@FahadBSyed FahadBSyed merged commit 98afbd5 into 2.3.x Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants