mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
d5c180e680
It is better developing vmctl tool in VictoriaMetrics repository, so it could be released together with the rest of vmutils tools such as vmalert, vmagent, vmbackup, vmrestore and vmauth.
7 lines
336 B
Go
7 lines
336 B
Go
// Package logfmt implements utilities to marshal and unmarshal data in the
|
|
// logfmt format. The logfmt format records key/value pairs in a way that
|
|
// balances readability for humans and simplicity of computer parsing. It is
|
|
// most commonly used as a more human friendly alternative to JSON for
|
|
// structured logging.
|
|
package logfmt
|