feat: v1.0.3, add log4rs
This commit is contained in:
@@ -17,6 +17,7 @@ mod yubikey_hmac;
|
||||
#[cfg(feature = "yubikey")]
|
||||
mod yubikey_init_master_key;
|
||||
mod serve_datakey;
|
||||
mod serve_log;
|
||||
|
||||
pub struct DefaultCommandImpl;
|
||||
|
||||
@@ -62,6 +63,8 @@ fn inner_main() -> CommandError {
|
||||
{
|
||||
#[cfg(feature = "yubikey")]
|
||||
features.push("yubikey".to_string());
|
||||
#[cfg(feature = "harden_process")]
|
||||
features.push("harden_process".to_string());
|
||||
}
|
||||
let long_about = format!("Local mini KMS, features: [{}]", features.join(", "));
|
||||
let mut app = App::new(env!("CARGO_PKG_NAME"))
|
||||
|
||||
Reference in New Issue
Block a user