Skip to content

Commit

Permalink
Revert "log a deprecation WARNING if no remote storage is configured"
Browse files Browse the repository at this point in the history
This reverts commit b25a5d9.
  • Loading branch information
koivunej committed Sep 5, 2023
1 parent a7c771e commit e5ae301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/bin/pageserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ fn create_remote_storage_client(
let config = if let Some(config) = &conf.remote_storage_config {
config
} else {
tracing::warn!("no remote storage configured, this is a deprecated configuration");
// No remote storage configured.
return Ok(None);
};

Expand Down

0 comments on commit e5ae301

Please sign in to comment.