Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
4bd4c165
Unverified
Commit
4bd4c165
authored
Feb 24, 2026
by
Ryan McCormick
Committed by
GitHub
Feb 25, 2026
Browse files
feat: Log discovery backend type (#6559)
parent
29c46fb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/runtime/src/distributed.rs
lib/runtime/src/distributed.rs
+1
-1
No files found.
lib/runtime/src/distributed.rs
View file @
4bd4c165
...
...
@@ -145,7 +145,7 @@ impl DistributedRuntime {
(
Arc
::
new
(
client
)
as
Arc
<
dyn
Discovery
>
,
Some
(
metadata
))
}
DiscoveryBackend
::
KvStore
(
kv_selector
)
=>
{
tracing
::
info!
(
"Initializing KV store discovery backend
"
);
tracing
::
info!
(
"Initializing KV store discovery backend
: {}"
,
kv_selector
);
let
runtime_clone
=
runtime
.clone
();
let
store
=
match
kv_selector
{
kv
::
Selector
::
Etcd
(
etcd_config
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment