Converting to structured logging the file app/license.go (#12170)

Этот коммит содержится в:
Nikhil Ranjan
2019-09-13 15:07:00 +02:00
коммит произвёл Harrison Healey
родитель 995a545411
Коммит bff8ad995d

Просмотреть файл

@@ -29,7 +29,7 @@ func (a *App) LoadLicense() {
if license != nil {
if _, err = a.SaveLicense(licenseBytes); err != nil {
mlog.Info(fmt.Sprintf("Failed to save license key loaded from disk err=%v", err.Error()))
mlog.Info("Failed to save license key loaded from disk.", mlog.Err(err))
} else {
licenseId = license.Id
}