[#550] cli: make get-op-log meta pretty formatted #551
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#551
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-node:feature/5177-get_op_log_meta"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close #550
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
73c71a5f22
to7e8361e0eb
[#XX] frostfs-cli: make get-op-log meta pretty formattedto [#551] frostfs-cli: make get-op-log meta pretty formatted7e8361e0eb
to2831515466
2831515466
to3a7f309613
An example of output would be helpful to understand changes.
Not so long ago we agreed to use
cli:
instead of thefrostfs-cli:
in the commit messages, could you fix it here?3a7f309613
to28f4b69724
[#551] frostfs-cli: make get-op-log meta pretty formattedto [#551] cli: make get-op-log meta pretty formattedSorry, fixed!
It was:
and now it is:
@ -79,0 +81,4 @@
err = m.FromBytes(o.GetMeta())
commonCmd.ExitOnErr(cmd, "could not unmarshal meta: %w", err)
cmd.Printf("\tMeta:\n")
cmd.Printf("\t\tTime: %d\n", m.Time)
Technically
Time
is not a part of k-v attribute pairs, maybe print it before theMeta
with a lower indent?Close #550?
[#551] cli: make get-op-log meta pretty formattedto [#550] cli: make get-op-log meta pretty formatted28f4b69724
to0287d91378
Commit message has been fixed