Investigate logger gopls issues #1673

Closed
opened 2025-03-13 07:04:00 +00:00 by fyrchik · 1 comment
Owner

There are some unused writes.
Sampling field looks similar.

pkg/util/logger/logger.go:150:4: unused write to field Level
pkg/util/logger/logger.go:151:4: unused write to field Encoding

Check that everything works as expected and also explain WHY that code was there.

There are some unused writes. `Sampling` field looks similar. ``` pkg/util/logger/logger.go:150:4: unused write to field Level pkg/util/logger/logger.go:151:4: unused write to field Encoding ``` Check that everything works as expected and also explain WHY that code was there.
fyrchik added the
bug
frostfs-node
labels 2025-03-13 07:04:00 +00:00
Author
Owner

After this task we can update gopls to v0.17.1 and fix #1671.

After this task we can update `gopls` to `v0.17.1` and fix #1671.
dstepanov-yadro was assigned by fyrchik 2025-03-13 07:11:38 +00:00
fyrchik added this to the v0.45.0 milestone 2025-03-13 07:12:46 +00:00
fyrchik added the
internal
label 2025-03-13 07:41:24 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1673
No description provided.