Skip to content

Commit 243536e

Browse files
sarroutbisergio-correia
authored andcommitted
Remove confusing logs for push mode agent
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent d89668d commit 243536e

File tree

1 file changed

+0
-16
lines changed
  • keylime-push-model-agent/src

1 file changed

+0
-16
lines changed

keylime-push-model-agent/src/main.rs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -181,22 +181,6 @@ fn create_registrar_tls_config<T: PushModelConfigTrait>(
181181
}
182182

183183
async fn run(args: &Args) -> Result<()> {
184-
match args.verifier_url {
185-
Some(ref url) if url.is_empty() => {
186-
info!("Verifier URL: {url}");
187-
}
188-
_ => {}
189-
};
190-
info!("Registrar URL: {}", args.registrar_url);
191-
debug!("Timeout: {}", args.timeout);
192-
debug!("CA certificate file: {}", args.ca_certificate);
193-
debug!(
194-
"Method: {}",
195-
args.method.clone().unwrap_or(DEFAULT_METHOD.to_string())
196-
);
197-
debug!("Certificate file: {}", args.certificate);
198-
debug!("Key file: {}", args.key);
199-
debug!("Insecure: {}", args.insecure.unwrap_or(false));
200184
let config = keylime::config::get_config();
201185

202186
// Warn if insecure TLS settings are enabled

0 commit comments

Comments
 (0)