MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / with_log_level

Method with_log_level

crates/openshell-core/src/config.rs:611–614  ·  view source on GitHub ↗
(mut self, level: impl Into<String>)

Source from the content-addressed store, hash-verified

609 /// Create a new configuration with the given log level.
610 #[must_use]
611 pub fn with_log_level(mut self, level: impl Into<String>) -> Self {
612 self.log_level = level.into();
613 self
614 }
615
616 /// Create a new configuration with a database URL.
617 #[must_use]

Callers 1

prepare_server_configFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected