Skip to content

Commit 90f7f58

Browse files
change log level
1 parent d13b936 commit 90f7f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/common/src/fastly_storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl FastlyApiClient {
9696
let secret_store = FastlySecretStore::new(store_name);
9797
let api_key = secret_store.get(key_name)?;
9898

99-
log::info!("FastlyApiClient initialized with backend: {}", backend_name);
99+
log::debug!("FastlyApiClient initialized with backend: {}", backend_name);
100100

101101
Ok(Self {
102102
api_key,

0 commit comments

Comments
 (0)