Other: print address mode in info level

This commit is contained in:
Jakub
2021-03-12 09:02:54 +01:00
parent a0132e8440
commit ea306f405e

View File

@ -263,7 +263,7 @@ func (store *Store) init(firstInit bool) (err error) {
}
}
store.log.WithField("mode", store.addressMode).Debug("Initialising store")
store.log.WithField("mode", store.addressMode).Info("Initialising store")
labels, err := store.initCounts()
if err != nil {