Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-kit
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
effectivex
go-kit
Commits
ae99d7eb
Commit
ae99d7eb
authored
1 year ago
by
Aleksandr Popov
Browse files
Options
Downloads
Plain Diff
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
Branches containing commit
Tags
v14.0.11
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lowcode/manager.go
+1
-1
1 addition, 1 deletion
lowcode/manager.go
with
1 addition
and
1 deletion
lowcode/manager.go
+
1
−
1
View file @
ae99d7eb
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment