We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c1c37 commit 1aa353fCopy full SHA for 1aa353f
pdp-server/src/api/mod.rs
@@ -15,6 +15,7 @@ pub(super) fn router(state: &AppState) -> Router<AppState> {
15
let mut root = Router::new().merge(health::router());
16
17
if state.config.allow_unauthenticated_trino {
18
+ log::warn!("[NOTICE] Unauthenticated Trino routes are enabled");
19
root = root.merge(trino::router());
20
}
21
0 commit comments