Skip to content
Snippets Groups Projects
Commit ae99d7eb authored by Aleksandr Popov's avatar Aleksandr Popov
Browse files

Merge branch '14.0.x/new-lang-log' into '14.0.x/release'

14.0.x/new-lang-log

See merge request effectivex/go-kit!98
parents 7a248ea8 bc97ffa7
No related branches found
Tags v14.0.11
No related merge requests found
......@@ -69,7 +69,7 @@ func (m *Manager) Bootstrap(types []Type, cb ApplyCallback) error {
subs, errs := m.adapter.Subscribe(ctx, types)
go func() {
for u := range subs {
m.logger.Infof("получена новая конфигурация типа %s", u.Type)
m.logger.Infof("получена новая конфигурация типа %s:%s", u.Type, u.Lang)
m.appendChangedType(u.Type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment