Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rednerd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orus-io
rednerd
Commits
4f61bdcb33ab
Commit
4f61bdcb33ab
authored
1 week ago
by
Christophe de Vienne
Browse files
Options
Downloads
Patches
Plain Diff
PooledEngine: log the engine type
parent
bc1830366965
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rendering/pooled_engine.go
+4
-1
4 additions, 1 deletion
rendering/pooled_engine.go
with
4 additions
and
1 deletion
rendering/pooled_engine.go
+
4
−
1
View file @
4f61bdcb
...
...
@@ -48,7 +48,10 @@
}
}
log
.
Info
()
.
Int
(
"worker-pool-size"
,
size
)
.
Msg
(
"successfully spawned workers"
)
log
.
Info
()
.
Str
(
"engine-type"
,
e
.
Info
()
.
Type
)
.
Int
(
"worker-pool-size"
,
size
)
.
Msg
(
"successfully spawned workers"
)
return
&
e
,
nil
}
...
...
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