We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13b936 commit 90f7f58Copy full SHA for 90f7f58
1 file changed
crates/common/src/fastly_storage.rs
@@ -96,7 +96,7 @@ impl FastlyApiClient {
96
let secret_store = FastlySecretStore::new(store_name);
97
let api_key = secret_store.get(key_name)?;
98
99
- log::info!("FastlyApiClient initialized with backend: {}", backend_name);
+ log::debug!("FastlyApiClient initialized with backend: {}", backend_name);
100
101
Ok(Self {
102
api_key,
0 commit comments