We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c5926 commit fd0f661Copy full SHA for fd0f661
vortex-duckdb/src/filesystem.rs
@@ -53,7 +53,7 @@ pub(super) fn resolve_filesystem(
53
let fs_config = fs_config.as_string();
54
55
Ok(if fs_config.as_str() == "duckdb" {
56
- tracing::info!(
+ tracing::debug!(
57
"Using DuckDB's built-in filesystem for URL scheme '{}'",
58
base_url.scheme()
59
);
@@ -63,7 +63,7 @@ pub(super) fn resolve_filesystem(
63
ctx.erase_lifetime()
64
}))
65
} else if fs_config.as_str() == "vortex" {
66
67
"Using Vortex's object store filesystem for URL scheme '{}'",
68
69
0 commit comments