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
e2b12517
"vscode:/vscode.git/clone" did not exist on "8941db87bd89e48f6b3fd37f1ec979d8f06df8d6"
Unverified
Commit
e2b12517
authored
Jan 21, 2026
by
Biswa Panda
Committed by
GitHub
Jan 21, 2026
Browse files
chore: reduce verbosity during dynamo start (#5518)
parent
b0959cfd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
lib/runtime/src/component/endpoint.rs
lib/runtime/src/component/endpoint.rs
+1
-4
No files found.
lib/runtime/src/component/endpoint.rs
View file @
e2b12517
...
...
@@ -86,9 +86,6 @@ impl EndpointConfigBuilder {
let
system_health
=
endpoint
.drt
()
.system_health
();
let
request_plane_mode
=
endpoint
.drt
()
.request_plane
();
tracing
::
info!
(
"Endpoint starting with request plane mode: {request_plane_mode}"
,);
// Register with graceful shutdown tracker if needed
if
graceful_shutdown
{
tracing
::
debug!
(
...
...
@@ -140,7 +137,7 @@ impl EndpointConfigBuilder {
}
}
tracing
::
info
!
(
tracing
::
debug
!
(
endpoint
=
%
endpoint_name_for_task
,
transport
=
server
.transport_name
(),
"Registering endpoint with request plane server"
...
...
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