forked from TrueCloudLab/frostfs-node
[#770] logger: Delete spaces in log message keys
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
2f343a15e5
commit
4a81781c0c
3 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ func bootUp(c *cfg) {
|
|||
|
||||
func wait(c *cfg) {
|
||||
c.log.Info("application started",
|
||||
zap.String("build time", misc.Build),
|
||||
zap.String("build_time", misc.Build),
|
||||
zap.String("version", misc.Version),
|
||||
zap.String("debug", misc.Debug),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue