feat(GODT-2502): Improve logs.

This commit is contained in:
Jakub
2023-04-12 11:52:03 +02:00
parent d6760d6f50
commit 7bb925b6d7
5 changed files with 18 additions and 4 deletions

View File

@ -244,6 +244,14 @@ func run(c *cli.Context) error {
}
}
logrus.WithFields(logrus.Fields{
"lastVersion": v.GetLastVersion().String(),
"showAllMail": v.GetShowAllMail(),
"updateCh": v.GetUpdateChannel(),
"rollout": v.GetUpdateRollout(),
"DoH": v.GetProxyAllowed(),
}).Info("Vault loaded")
// Load the cookies from the vault.
return withCookieJar(v, func(cookieJar http.CookieJar) error {
// Create a new bridge instance.